Class LobattoIIIB4¶
Defined in File LobattoIIIB4.m
Class Documentation¶
-
class LobattoIIIB4 : public Indigo.RungeKutta¶
-
Class container for Lobatto IIIB method.
Public Functions
-
function LobattoIIIB4()¶
-
Lobatto IIIB method.
\[\begin{split} \begin{array}{c|ccc} 0 & 1/6 & -1/6 & 0 \\ 1/2 & 1/6 & 1/3 & 0 \\ 1 & 1/6 & 5/6 & 0 \\ \hline & 1/6 & 2/3 & 1/6 \end{array} \end{split}\]
-
function LobattoIIIB4()¶