ode23tb stops solving
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Hello,
I'm using ode solvers for my nonlinear problem in the form of:
Mx''+Cx'+Kx=F
in which M, C, and K are matrices and F is a vector, with nonlinear terms. I tried all ODE solvers, but they ran very slowly, and the best and fastest one was ODE23tb.
This solver was 100 times faster than others, but in some conditions of the problem, if the time interval is [0 10] for example, ode23tb quickly runs up to 5th second (for example in 1 minute) but stops at this second and do not go ahead, and spends one minute for every 0.001 seconds. It seems suddenly the time steps reduces to 10e-6.
I changed different options of ODE but were not effective.
May you help me?
Thanks.
3 comentarios
Jan
el 27 de Dic. de 2020
Without seeing any details it is impossible to guess the cause of the problem. Can you post your code?
Respuestas (1)
Nikhil Sonavane
el 30 de Dic. de 2020
You may refer to the following documentation which will help you choose a solver for your problem more accurately-
0 comentarios
Ver también
Categorías
Más información sobre Ordinary Differential Equations en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!