ode_moshier


ode_moshier, a C code which solves systems of ordinary differential equations. Two main methods are implemented, the Adams-Bashforth-Moulton integrator, and the Runge-Kutta integrator, by Steven Moshier.

Languages:

ode_moshier is available in a C version.

Related Data and Programs:

midpoint_gsl_test, a C code which calls the Gnu Scientific Library (GSL) implicit midpoint method solver for ordinary differential equation (ODE), and uses gnuplot() to plot the resulting solution.

ODE, a C code which solves a system of ordinary differential equations (ODE), by Shampine and Gordon.

ode_moshier_test

rk4, a C code which applies the fourth order Runge-Kutta algorithm to estimate the solution of an ordinary differential equation (ODE) at the next time step.

rkf45, a C code which implements the Watt and Shampine RKF45 solver for ordinary differential equations (ODE).

Author:

Steven Moshier

Reference:

  1. Benku Thomas,
    The Runge-Kutta Methods,
    BYTE,
    Volume 11, Number 4, April 1986, pages 191-192.
  2. Lawrence Shampine, Marilyn Gordon,
    Computer Solution of Ordinary Differential Equations: The Initial Value Problem,
    Freeman, 1975,
    ISBN: 0716704617,
    LC: QA372.S416.

Source Code:


Last revised on 21 July 2019.