The right hand side function to be integrated
The number of variables in the system to be integrated
Optional control parameters to tune the integration
Optional output function, to compute additional quantities related to the integration alongside the solution
Initialise the solver
The time to start integrating from
The initial conditions
Integrate the solution through to some time
End time of the integration
This is essentially a vectorised version of InterpolatedSolution, accepting a vector of times.
A vector of vectors; element [i][j]
is the j
th
variable at the i
th time in t
Vector of times to request the solution at
Return statistics about the integration so far
The last estimated error in the solution
The number of evaluations of the rhs function
The number of steps attempted
The number of steps accepted
The number of steps rejected
The number of stiff checks that were non-stiff
The number of stiff checks that were stiff
Generated using TypeDoc
Basic Dormand–Prince integrator class for solving ordinary differential equations. For delay differential equations, see DDE.
Example