Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 587 Bytes

index.md

File metadata and controls

14 lines (9 loc) · 587 Bytes

ManifoldDiffEq

The package ManifoldDiffEq aims to provide a library of differential equation solvers on manifolds. The library is built on top of Manifolds.jl and follows the interface of OrdinaryDiffEq.jl.

The code below demonstrates usage of ManifoldDiffEq to solve a simple equation and visualize the results.

Methods implemented in this library are described for example inHairerLubichWanner:2010.

ManifoldDiffEq.ManifoldODEProblem

Literature