Procedures

ProcedureLocationProcedure TypeDescription
contd8dop853_moduleFunction

this function can be used for continuous output in connection with the output-subroutine for dop853. it provides an approximation to the ii-th component of the solution at x.

destroy_dop853dop853_moduleSubroutine

Destructor for dop853_class.

dop853dop853_moduleSubroutine

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).

Read more…
dp86codop853_moduleSubroutine

Core integrator for dop853. parameters same as in dop853 with workspace added.

get_dop853_infodop853_moduleSubroutine

Get info from a dop853_class.

hinitdop853_moduleFunction

computation of an initial step size guess

set_parametersdop853_moduleSubroutine

Set the optional inputs for dop853.

Read more…
call~~graph~~CallGraph proc~get_dop853_info get_dop853_info proc~dop853 dop853 proc~dp86co dp86co proc~destroy_dop853 destroy_dop853 proc~set_parameters set_parameters proc~contd8 contd8 proc~hinit hinit
Help