Class LobattoIIIA2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class LobattoIIIA2 : public Indigo.RungeKutta

Class container for Lobatto IIIA2 method.

Public Functions

function LobattoIIIA2()

Lobatto IIIA2 method.

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