rkss54 Module Procedure

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

Sharp & Smart 5(4) 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(rkss54_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~~rkss54~~CallsGraph proc~rkss54 rklib_variable_steps::rkss54 f f proc~rkss54->f funcs funcs proc~rkss54->funcs