ndarray-odeint

Crates.iondarray-odeint
lib.rsndarray-odeint
version0.7.0
sourcesrc
created_at2016-12-20 09:01:44.015937
updated_at2017-08-23 04:12:38.548347
descriptionsolve ODE using rust-ndarray
homepage
repositoryhttps://github.com/termoshtt/ndarray-odeint
max_upload_size
id7687
size440,513
Toshiki Teramura (termoshtt)

documentation

https://docs.rs/ndarray-odeint/

README

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.

Commit count: 481

cargo fmt