rkv76e Module Procedure

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

Verner's "most efficient" Runge-Kutta (10:7(6)) pair.

Reference

Arguments

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