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