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
536 stars 205 forks source link

added step_limiter to RADAUIIA3,5 and made basic tests for step_limiter #2176

Closed cwittens closed 4 months ago

cwittens commented 5 months ago

Checklist

Additional context

I added step_limiter to RADAUIIA3 and RADAUIIA5 will add more if this implementation seems good

I made a step_limiter_test.jl file to test the implementation of the step_limiter

During the tests, I realized that "QPRK98" had two step_limiter calls. I fixed that.

cwittens commented 5 months ago

@ChrisRackauckas does this PR look good to you? Then I will start adding step_limiter to more algorithms.

ranocha commented 4 months ago

Thanks a lot for finding and fixing the bugs!