cpp_ode, a C++ code which sets up various ordinary differential equations (ODE).
The information on this web page is distributed under the MIT license.
cpp_ode is available in a C version and a C++ version and a Fortran90 version and a MATLAB version and an Octave version and a Python version.
lorenz_ode, a C++ code which sets up solutions to the Lorenz system of ordinary differential equations (ODE), which exhibit sensitive dependence on the initial conditions.
lorenz96_ode, a C++ code which sets up and solves a system of ordinary differential equations (ODE) devised by Edward Lorenz, as a test of predictability for data assimilation applications.
predator_prey_ode, a C++ code which sets up a pair of predator prey ordinary differential equations (ODE).
stiff_ode, a C++ code which sets up an ordinary differential equation (ODE) which is an example of a stiff ODE.
three_body_ode, a C++ code which sets up a set of ordinary differential equations (ODE) which simulates the behavior of three planets, constrained to lie in a plane, and moving under the influence of gravity, by Walter Gander and Jiri Hrebicek.