rkss76 Module Procedure

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

Sharp & Smart 7(6)) method.

Reference

  • P.W. Sharp and E. Smart, "Explicit Runge-Kutta Pairs with One More Derivative Evaluation than the Minimum", Siam Journal of Scientific Computing, Vol. 14, No. 2, pages. 338-348, March 1993.

Arguments

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