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
533 stars 202 forks source link

New High-Order IMEX RK Methods of Kennedy and Carpenter #992

Closed ranocha closed 4 years ago

ranocha commented 4 years ago

There is a new paper of Kennedy and Carpenter (2019) with higher order IMEX RK methods: Higher-order additive Runge–Kutta schemes for ordinary differential equations. In the documentation, I could only find references for the older schemes from 2003.

Cf. #464, #465.

ranocha commented 4 years ago

Sorry, seems to be a duplicate of #860. (I searched the list of open issues using keywords such as Kennedy or Carpenter but not KenCarp...).