rkv65 Module Procedure

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

Verner 6(5) method.

References

  • A Contrast of a New RK56 pair with DP56, by Jim Verner, Department of Mathematics. Simon Fraser University, Burnaby, Canada, 2006.
  • Coefficients

Arguments

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