rkv87r Module Procedure

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

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

Reference

Arguments

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