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

throw error for `Rosenbrock23` on non-diagonal mass matrices #2226

Closed oscardssmith closed 1 month ago

oscardssmith commented 1 month ago

fixes https://github.com/SciML/OrdinaryDiffEq.jl/issues/2203

ChrisRackauckas commented 1 month ago

This is needed to be accounted for in the default alg as well?