Class CrankNicolson

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class CrankNicolson : public Indigo.RungeKutta

Class container for Crank-Nicolson method.

Public Functions

function CrankNicolson()

Crank-Nicolson method.

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