Procedure | Location | Procedure Type | Description |
---|---|---|---|
contd8 | dop853_module | Function | this function can be used for continuous output in connection
with the output-subroutine for dop853. it provides an
approximation to the |
destroy_dop853 | dop853_module | Subroutine | Destructor for dop853_class. |
dop853 | dop853_module | Subroutine | Numerical solution of a system of first order ordinary differential equations . This is an explicit Runge-Kutta method of order 8(5,3) due to Dormand & Prince (with stepsize control and dense output). |
dp86co | dop853_module | Subroutine | Core integrator for dop853. parameters same as in dop853 with workspace added. |
get_dop853_info | dop853_module | Subroutine | Get info from a dop853_class. |
hinit | dop853_module | Function | computation of an initial step size guess |
set_parameters | dop853_module | Subroutine | Set the optional inputs for dop853. |