dverk65 Module Procedure

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

Verner 6(5) 'DVERK' method.

Arguments

Type IntentOptional Attributes Name
class(dverk65_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~~dverk65~~CallsGraph proc~dverk65 rklib_variable_steps::dverk65 f f proc~dverk65->f funcs funcs proc~dverk65->funcs