https://groups.google.com/g/sundials-users/c/AFjXpOtdmME/m/jmIPhD-rBQAJ
Question:
Hi there,
before using CVODE I was writing single-step, implicit solvers with
variable time steps. And depending on the convergence criteria the
time step could get very small. However, in order not to break out the
solution I enforced a minimum time step (accepting the reduction in
accuracy).Can this be done with CVODE as well? I mean, force the solver to go on
even if he can’t converge at a certain time step which would normally
cause him to slow down?Thanks for any suggestions!
Bye - Andreas
CVODE在不收敛的时候,能否通过设置min step来跳过这些不收敛的点?
回答一
Although CVODE has an option for setting a minimum value for the step
size (CVodeSetMinStep), this wil