GeometricEquations.jl

Provides data structures for defining differential equations and initial value problems for the GeometricIntegrators ecosystem
Author JuliaGNI
Popularity
0 Stars
Updated Last
5 Months Ago
Started In
July 2021

GeometricEquations

Stable Docs Latest Docs License Build Status Coverage

GeometricEquations.jl define different types of ordinary differential equations, differential algebraic and stochastic equations, that hold a number of functions determining the vector field, constraints, initial conditions, and possibly additional information like parameters, periodicity, invariants and the Hamiltonian or Lagrangian.

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