rkdp85 Module Procedure

module procedure rkdp85 module subroutine rkdp85(me, t, x, h, xf, xerr)

Dormand-Prince 8(5)

References

Arguments

Type IntentOptional Attributes Name
class(rkdp85_class), intent(inout) :: me
real(kind=wp), intent(in) :: t

initial time

real(kind=wp), intent(in), dimension(me%n) :: x

initial state

real(kind=wp), intent(in) :: h

time step

real(kind=wp), intent(out), dimension(me%n) :: xf

state at time t+h

real(kind=wp), intent(out), dimension(me%n) :: xerr

truncation error estimate for x


Calls

proc~~rkdp85~~CallsGraph proc~rkdp85 rklib_variable_steps::rkdp85 f f proc~rkdp85->f funcs funcs proc~rkdp85->funcs