rODE_biblio.bib
edited with JabRefMuskat-MBal
ErrorEuler
that shows using an internal accumulator in the ODE solver class.ErrorEuler
is similar to ODETest
but differs in the way the loop has been built. The constructor receives an argument for the initial conditions of the variables. The loop is not controlled by time -as in ODETest
-, but by the number of steps. The objective is to calculate and plot the step size versus the error. Two log-log plots are produced. A exact solution value is also calculated to find the error.Comparison
that shows the use of the internal accumulator.