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.
The computer code and data files described and made available on this web page are distributed under the MIT license
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.