rk2_implicit_test


rk2_implicit_test, a C code which calls rk2_implicit(), which solves one or more ordinary differential equations (ODE) using a Runge-Kutta implicit method of order 2, often known as the implicit midpoint method, with fsolve() for the implicit equation, and using a fixed time step.

Licensing:

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

Related Data and codes:

rk2_implicit, a C code which solves one or more ordinary differential equations (ODE) using a Runge-Kutta implicit method of order 2, often known as the implicit midpoint method, with fsolve() for the implicit equation, and using a fixed time step.

Source Code:


Last revised on 14 November 2024.