ode_moshier_test


ode_moshier_test, a C code which calls ode_moshier() to solve systems of ordinary differential equations (ODE). Two main methods are implemented, the Adams-Bashforth-Moulton integrator, and the Runge-Kutta integrator, by Steven Moshier.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

ode_moshier, a C code which implements the Adams-Bashforth-Moulton and Runge-Kutta (RK) methods of solving systems of ordinary differential equations (ODE), by Steven Moshier.

Source Code:


Last revised on 21 July 2019.