rkv98r Module Procedure

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

Verner's "most robust" Runge-Kutta (16:9(8)) pair.

Reference

Arguments

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