GeometricSolutions.jl

Solution objects for the GeometricIntegrators ecosystem
Author JuliaGNI
Popularity
3 Stars
Updated Last
5 Months Ago
Started In
July 2022

GeometricSolutions

Stable Docs Latest Docs License Build Status Coverage

GeometricSolutions.jl defines solution data structures for various differential equation types that are used 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