Class Crouzeix3

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Crouzeix3 : public Indigo.RungeKutta

Class container for Merson’s 4(5) method.

Public Functions

function Crouzeix3()

Crouzeix’s two-stage, 3rd order Diagonally Implicit Runge-Kutta method:

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