DifferentialEquations.jl
DifferentialEquations.jl copied to clipboard
Allow to disable solution extrapolation
It would be useful, as a precaution, to allow to disable solution extrapolation outside of the time interval that ODE was solved for.
Indeed at one point we always disallowed extrapolation, but that got in the way of the delay differential equation solver so it was removed. We should make an option to bring that back though, that is a good point.
Bump. This issue hit me, thought my ODE was broken because I was plotting outside of the time interval.