midpoint_explicit_test


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.

Licensing:

The computer code and data files described and made available on this web page are distributed under the MIT license

Related Data and codes:

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.

Source Code:


Last revised on 06 April 2021.