Class LobattoIIIC2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class LobattoIIIC2 : public Indigo.RungeKutta

Class container for Lobatto IIIC2 method.

Public Functions

function LobattoIIIC2()

Lobatto IIIC2 method.

\[\begin{split} \begin{array}{c|cc} 0 & 1/2 & -1/2 \\ 1 & 1/2 & 1/2 \\ \hline & 1/2 & 1/2 \end{array} \end{split}\]