Class LobattoIIIA4

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class LobattoIIIA4 : public Indigo.RungeKutta

Class container for Lobatto IIIA3 method.

Public Functions

function LobattoIIIA4()

Lobatto IIIA3 method.

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