Class Zonnenveld34

Inheritance Relationships

Base Type

  • public Indigo::RungeKutta

Class Documentation

class Zonnenveld34 : public Indigo.RungeKutta

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

Public Functions

function Zonnenveld34()

Zonneveld’s 3(4) method.

\[\begin{split} \begin{array}{c|ccccc} 0 & 0 & 0 & 0 & 0 & 0 \\ 1/2 & 1/2 & 0 & 0 & 0 & 0 \\ 1/2 & 0 & 1/2 & 0 & 0 & 0 \\ 1 & 0 & 0 & 1 & 0 & 0 \\ 3/4 & 5/32 & 7/32 & 13/32 & -1/32 & 0 \\ \hline & 1/6 & 1/3 & 1/3 & 1/6 & 0 \\ & -1/2 & 7/3 & 7/3 & 13/6 & -16/3 \\ \end{array} \end{split}\]