Skip to content

Commit 619f522

Browse files
Update README.md
1 parent 8b463a7 commit 619f522

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ This package contains bindings for GeometricIntegrators.jl to allow it to be use
88
JuliaDiffEq common interface. For more information on using the solvers from this
99
package, see the [DifferentialEquations.jl documentation](https://juliadiffeq.github.io/DiffEqDocs.jl/dev/).
1010

11-
## Installation
12-
13-
Since GeometricIntegrators.jl is not registered, it must be loaded separately. Note that GeometricIntegrators.jl
14-
segfaults on non-Linux machines, and thus GeometricIntegratorsDiffEq.jl will not work on non-Linux as well.
15-
1611
## Common API Usage
1712

1813
This library adds the common interface to GeometricIntegrators.jl's solvers. [See the DifferentialEquations.jl documentation for details on the interface](http://docs.juliadiffeq.org/dev/index.html). Following the Lorenz example from [the ODE tutorial](http://docs.juliadiffeq.org/dev/tutorials/ode_example.html), we can solve this using `GIEuler` via the following:

0 commit comments

Comments
 (0)