rktp75 Module Procedure

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

Tsitouras & Papakostas NEW7(5) Runge-Kutta method.

Reference

  • C. Tsitouras and S. N. Papakostas, "Cheap Error Estimation for Runge-Kutta methods", SIAM J. Sci. Comput. 20(1999) 2067-2088.
  • Rational coefficients (see rktp75.m)

Arguments

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