the-nuclear-confectionery / CCAKE

Conserved ChArges HydrodynamiK Evolution
https://the-nuclear-confectionery.github.io/ccake-site/
Other
2 stars 1 forks source link

Support for additional numerical methods #17

Open jordissm opened 10 months ago

jordissm commented 10 months ago

In addition to the Runge-Kutta method, it is advised to have support for additional numerical methods. Especially, symplectic integrators such as Leapfrog should be considered as they conserve energy.

willian-m commented 10 months ago

Do you have a reference for the algorithm?

jordissm commented 10 months ago

Standard references should be good enough:

On the method itself:

On the C++ implementation: