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.
The information on this web page is distributed under the MIT license.
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.