midpoint_fixed_test


midpoint_fixed_test, a C++ code which calls midpoint(), which solves one or more ordinary differential equations (ODE) using the midpoint method, using a fixed point iteration to solve the associated nonlinear equation.

Licensing:

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

Related Data and codes:

midpoint_fixed, a C++ code which solves one or more ordinary differential equations (ODE) using the midpoint method, using a fixed point iteration to solve the associated nonlinear equation.

Source Code:


Last revised on 07 April 2021.