rkc5 Module Procedure

module procedure rkc5 module subroutine rkc5(me, t, x, h, xf)

Cassity's Order 5 method

Reference

  • C.R. Cassity, Solutions of the fifth order Runge-Kutta equations, SIAM J. Numer. Anal., 3, (1966), pp. 598-606
  • Coefficients

Arguments

Type IntentOptional Attributes Name
class(rkc5_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


Calls

proc~~rkc5~~CallsGraph proc~rkc5 rklib_fixed_steps::rkc5 f f proc~rkc5->f funcs funcs proc~rkc5->funcs