Class Heun2

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Heun2 : public Indigo.RungeKutta

Class container for Heun’s method.

Public Functions

function Heun2()

Heun’s method.

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