rktmy7s Module Procedure

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

Tanaka/Muramatsu/Yamashita 7th order (stable alternate)

Reference

  • M. Tanaka, S. Muramatsu and S. Yamashita, "On the Optimization of Some Nine-Stage Seventh-order Runge-Kutta Method", Information Processing Society of Japan, Vol. 33, No. 12 (1992) pages 1512-1526.
  • Rational coefficients

Arguments

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