Class SSPRK4¶
Defined in File SSPRK4.m
Class Documentation¶
-
class SSPRK4 : public Indigo.RungeKutta¶
-
Class container for third-order strong stability preserving Runge-Kutta method.
Public Functions
-
function SSPRK4()¶
-
Third-order strong stability preserving Runge-Kutta method.
\[\begin{split} \begin{array}{c|ccc} 0 & 0 & 0 & 0 \\ 1 & 1 & 0 & 0 \\ 1/2 & 1/4 & 1/4 & 0 \\ \hline & 1/6 & 1/6 & 2/3 \end{array} \end{split}\]
-
function SSPRK4()¶