OrdinaryDiffEq.jl icon indicating copy to clipboard operation
OrdinaryDiffEq.jl copied to clipboard

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

Open cwittens opened this issue 1 year ago • 1 comments

Checklist

  • [x] Appropriate tests were added
  • [ ] Any code changes were done in a way that does not break public API
  • [ ] All documentation related to code changes were updated
  • [ ] The new code follows the contributor guidelines, in particular the SciML Style Guide and COLPRAC.
  • [ ] Any new documentation only uses public API

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 avatar Apr 28 '24 17:04 cwittens

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

cwittens avatar May 04 '24 12:05 cwittens

Thanks a lot for finding and fixing the bugs!

ranocha avatar May 10 '24 18:05 ranocha