ndarray-odeint 0.7.0

solve ODE using rust-ndarray
Documentation

ndarray-odeint

Crate docs.rs Build Status

solve ODE with rust-ndarray

Algorithms

  • explicit
    • Euler
    • Heun
    • classical 4th order Runge-Kutta
  • semi-implicit
    • stiff RK4

Models

Basic chaotic dynamics are implemented as examples

Lorenz63 Attractor

Figures are plotted by matplotlib (see plot script).

Lyapunov Analysis

Accuracy Check

See Notebook

License

MIT-License, see LICENSE file.