rkssp33 Module Procedure

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

3-stage, 3rd order TVD Runge-Kutta method of Shu and Osher (1988). CFL=1.0.

Reference

  • C.-W. Shu, S. Osher, "Efficient implementation of essentially non-oscillatory shock-capturing schemes", Journal of Computational Physics, 77, 1988, 439-471. https://doi.org/10.1016/0021-9991(88)90177-5.

Arguments

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