SciML / OrdinaryDiffEq.jl

High performance ordinary differential equation (ODE) and differential-algebraic equation (DAE) solvers, including neural ordinary differential equations (neural ODEs) and scientific machine learning (SciML)
https://diffeq.sciml.ai/latest/
Other
523 stars 199 forks source link

Rename `stage_limiter!` and `step_limiter!` and make them available wherever possible #2144

Open ranocha opened 4 months ago

ranocha commented 4 months ago

As discussed with @ChrisRackauckas on Slack:

It would also be very useful if these were added wherever possible - in particular also to implicit methods etc.

However, the renaming part will be a breaking change (or needs to be deprecated first).