rkev87 Module Procedure

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

Enright Verner 8(7)

Reference

  • W. H. Enright, "The Relative Efficiency of Alternative Defect Control Schemes for High-Order Continuous Runge-Kutta Formulas", SIAM Journal on Numerical Analysis, Vol. 30, No. 5. (Oct., 1993), pp. 1419-1445.

Arguments

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