Class QinZhang

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class QinZhang : public Indigo.RungeKutta

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

Public Functions

function QinZhang()

Qin and Zhang’s two-stage, 2nd order, symplectic Diagonally Implicit Runge-Kutta method:.

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