Skip to content

JuliaGNI/GeometricSolutions.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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