JuliaDynamics / DynamicalSystems.jl

Award winning software library for nonlinear dynamics and nonlinear timeseries analysis

Home Page:https://juliadynamics.github.io/DynamicalSystemsDocs.jl/dynamicalsystems/dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Interface for Hamiltonian systems

Datseris opened this issue · comments

Some kind of interface has to be constructed for using Hamiltonian continuous systems and integrating them without changing energy.

Either as a callback or as splitting the system to 2 equations and using dynamical odes

dynamical odes:
http://docs.juliadiffeq.org/stable/types/dynamical_types.html
http://docs.juliadiffeq.org/stable/solvers/dynamical_solve.html

callbacks:
http://docs.juliadiffeq.org/stable/features/callback_library.html