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
521 stars 198 forks source link

Documentation for Rosenbrock methods #2222

Closed termi-official closed 1 month ago

termi-official commented 1 month ago

I adapted the system to generate the explicit RK method docstrings for the Rosenbrock methods and copy pasted together the information from these two sources into the docstrings

src/algorithms.jl https://docs.sciml.ai/DiffEqDocs/stable/solvers/ode_solve/#Rosenbrock-Methods

Also, I think the latter has some Rosenbrock-Wanner methods listed which should be moved down in the corresponding list.