rk2_test


rk2_test, a C code which calls rk2(), which solves one or more ordinary differential equations (ODE) using an explicit Runge-Kutta method of order 2, also known as Heun's method, the modified Euler methor, or the explicit midpoint method.

Licensing:

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

Related Data and codes:

rk2, a C code which solves one or more ordinary differential equations (ODE) using an explicit Runge-Kutta method of order 2, also known as Heun's method, the modified Euler methor, or the explicit midpoint method.

Source Code:


Last revised on 13 November 2024.