midpoint_gsl_test


midpoint_gsl_test, a C++ code which calls the Gnu Scientific Library (GSL) implicit midpoint method solver for ordinary differential equation (ODE), and uses gnuplot() to plot the resulting solution.

Licensing:

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

Languages:

midpoint_gsl_test is available in a C version and a C++ version.

Related Data and Programs:

cpp_ode_solver, a C++ code which solves one or more differential equations (ODE) using a method of a particular order, either explicit or implicit. Some methods require a nonlinear equation solver. Some methods used a fixed stepsize, while others adapt the stepsize based on an error estimate.

Source Code:


Last revised on 10 November 2023.