midpoint_explicit_test, a C code which calls midpoint_explicit(), which solves one or more ordinary differential equations (ODE) using the (explicit) midpoint method, also known as the modified Euler method.
The computer code and data files described and made available on this web page are distributed under the MIT license
midpoint_explicit, a C code which solves one or more ordinary differential equations (ODE) using the (explicit) midpoint method, also known as the modified Euler method.