Class GaussLegendre4

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class GaussLegendre4 : public Indigo.RungeKutta

Class container for Gauss-Legendre 3 method.

Public Functions

function GaussLegendre4()

Gauss-Legendre 4 method.

\[\begin{split} \begin{array}{c|cc} 1/2-t & 1/4 & 1/4-t \\ 1/2+t & 1/4+t & 1/4 \\ \hline & 1/2 & 1/2 \end{array} \qquad t = \dfrac{\sqrt{3}}{6} \end{split}\]