Class LobattoIIIB2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class LobattoIIIB2 : public Indigo.RungeKutta

Class container for Lobatto IIIB2 method.

Public Functions

function LobattoIIIB2()

Lobatto IIIB2 method.

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