Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.19 KB

README.md

File metadata and controls

18 lines (13 loc) · 1.19 KB

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