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

Pseudo-symplectic methods #1987

Open ranocha opened 1 year ago

ranocha commented 1 year ago

Pseudo-symplectic methods conserve quadratic invariants to a higher order of accuracy than their classical order of accuracy.

MarcoArtiano commented 2 months ago

3p5q(4), 4p7q(6) and 3p6q(5) have been added with the following PR: https://github.com/SciML/OrdinaryDiffEq.jl/pull/2174