aboutsummaryrefslogtreecommitdiff
path: root/math/py-pyodeint/pkg-descr
blob: e78ccce55bfe49ce554a9ebd2feda17053e6294a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
pyodeint provides a Python binding to odeint. Currently, the following steppers
are exposed:
* rosenbrock4: 4th order Rosenbrock (implicit multistep) stepper
* dopri5: 5th order DOPRI5 (explicit runge-kutta)
* bs: Bulirsch-Stoer stepper (modified midpoint rule).

The Rosenbrock4 stepper requires that the user provides a routine for
calculating the Jacobian.

You may also want to know that you can use pyodeint from pyodesys which can e.g.
derive the Jacobian analytically for you (pyodesys also provides plotting
functions, C++ code-generation and more).

WWW: https://github.com/bjodah/pyodeint