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

Modifications Rodas5Pe, Rodas5Pr of Rodas5P concerning issue https://github.com/SciML/OrdinaryDiffEq.jl/issues/2054 and minor bug fixes of Rodas3P/23W #2170

Closed gstein3m closed 2 months ago

gstein3m commented 3 months ago

Checklist

Additional context

Tests and Preprint see https://github.com/hbrs-cse/RosenbrockMethods

gstein3m commented 2 months ago

I committed a new version of rosenbrock_perform-step regarding the suggestions. Here https://github.com/hbrs-cse/RosenbrockMethods/blob/main/src/Test_Rodas5Px.jl is a test for all changes.