JuliaGNI / GeometricProblems.jl

Example problems for GeometricIntegrators.jl
MIT License
5 stars 0 forks source link

GeometricProblems.jl

Collection of example problems with interesting geometric structure for GeometricIntegrators.jl.

Stable Docs Latest Docs License Build Status codecov DOI

Example Problems

See ChargedParticleDynamics.jl for

See GeometricExamples.jl for example scripts that run these problems with the integrators implemented in GeometricIntegrators.jl.

Development

We are using git hooks, e.g., to enforce that all tests pass before pushing. In order to activate these hooks, the following command must be executed once:

git config core.hooksPath .githooks