We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25073a5 commit 988a989Copy full SHA for 988a989
src/integrator_interface.jl
@@ -632,7 +632,7 @@ function check_error(integrator::DEIntegrator)
632
end
633
return ReturnCode.Unstable
634
635
- if last_step_failed(integrator)
+ if last_step_failed(integrator) && !isadaptive(integrator)
636
if verbose
637
@warn("Newton steps could not converge and algorithm is not adaptive. Use a lower dt.")
638
0 commit comments