rkv65e Module Procedure

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

Verner's "most efficient" Runge-Kutta (9,6(5)) pair.

Reference

Note

This is a first-same-as-last (FSAL) step.

Arguments

Type IntentOptional Attributes Name
class(rkv65e_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~~rkv65e~~CallsGraph proc~rkv65e rklib_variable_steps::rkv65e f f proc~rkv65e->f funcs funcs proc~rkv65e->funcs proc~check_fsal_cache rklib_module::rk_variable_step_fsal_class%check_fsal_cache proc~rkv65e->proc~check_fsal_cache proc~set_fsal_cache rklib_module::rk_variable_step_fsal_class%set_fsal_cache proc~rkv65e->proc~set_fsal_cache proc~check_fsal_cache->f proc~set_fsal_cache->f