stiff_exact_test, a C++ code which calls stiff_exact() to returns an exact solution y(t) to a stiff ordinary differential equation (ODE) of the form y' = lambda * ( cos(t-t0) - y).
The information on this web page is distributed under the MIT license.
stiff_exact, a C++ code which returns an exact solution y(t) to a stiff ordinary differential equation (ODE) of the form y' = lambda * ( cos(t-t0) - y).