rkv87e Module Procedure

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

Verner's "most efficient" Runge-Kutta (13:8(7)) pair.

Reference

Arguments

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