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 information on this web page is 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.