Class LobattoIIICS4

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class LobattoIIICS4 : public Indigo.RungeKutta

Class container for Lobatto IIIC$^\star$ method.

Public Functions

function LobattoIIICS4()

Lobatto IIIC$^\star$ method.

\[\begin{split} \begin{array}{c|ccc} 0 & 0 & 0 & 0 \\ 1/2 & 1/4 & 1/4 & 0 \\ 1 & 0 & 1 & 0 \\ \hline & 1/6 & 2/3 & 1/6 \end{array} \end{split}\]