rkssp54 Module Procedure

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

5-stage, 4th order SSP Runge-Kutta method of Spiteri and Ruuth (2005). CFL=1.508.

Reference

  • Ruuth, Steven. "Global optimization of explicit strong-stability-preserving Runge-Kutta methods." Mathematics of Computation 75.253 (2006): 183-207. https://www.ams.org/journals/mcom/2006-75-253/S0025-5718-05-01772-2/S0025-5718-05-01772-2.pdf

Arguments

Type IntentOptional Attributes Name
class(rkssp54_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~~rkssp54~~CallsGraph proc~rkssp54 rklib_fixed_steps::rkssp54 f f proc~rkssp54->f funcs funcs proc~rkssp54->funcs