SSPRK33¶
- class pathsim.solvers.ssprk33.SSPRK33(*solver_args, **solver_kwargs)[source]¶
Bases:
ExplicitRungeKuttaThree-stage, 3rd order optimal SSP Runge-Kutta method.
The unique optimal three-stage, 3rd order SSP scheme. Commonly paired with WENO and ENO spatial discretisations for hyperbolic conservation laws.
Characteristics¶
Order: 3
Stages: 3
Explicit, fixed timestep
SSP coefficient \(\mathcal{C} = 1\)
Note
The standard SSP time integrator for method-of-lines PDE discretisations inside
ODEblocks. If the spatial operator is TVD under forward Euler, this method preserves that property at the same timestep restriction. When stability is borderline,SSPRK34allows roughly twice the timestep at the cost of one extra stage.References