Class RK3

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class RK3 : public Indigo.RungeKutta

Class container for Runge-Kutta 3 method.

Public Functions

function RK3()

Runge-Kutta 3 method.

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