Class RK38

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class RK38 : public Indigo.RungeKutta

Class container for Runge-Kutta 3/8-rule method.

Public Functions

function RK38()

Runge-Kutta 3/8-rule method.

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