Runge-Kutta method of 5th order of Dormand and Prince with 7 stages. This method can provide dense output of order 4.
References:
[1] Hairer, Ordinary differential equations I, 2nd edition, 1993.
[2] Jimenez et al., Locally Linearized Runge Kutta method of Dormand and Prince, arXiv:1209.1415v2, 22 Dec 2013
[3] Engeln-Müllges et al., Numerik-Algorithmen, Springer, 2011 (in German)
Constructor | Description |
Full Usage:
RK547M()
|
|
Instance member | Description |
Full Usage:
this.A
Returns: float[][]
Modifiers: abstract |
|
Full Usage:
this.BH
Returns: float[]
Modifiers: abstract |
|
Full Usage:
this.BHML
Returns: float[]
Modifiers: abstract |
|
Full Usage:
this.C
Returns: float[]
Modifiers: abstract |
|
Full Usage:
this.InterpolationCoefficients
Returns: float[][]
Modifiers: abstract |
|
Full Usage:
this.NumberOfStages
Returns: int
Modifiers: abstract |
|
Full Usage:
this.Order
Returns: int
Modifiers: abstract |
|
Full Usage:
this.StiffnessDetectionThresholdValue
Returns: float
Modifiers: abstract |
Sets the stiffness detection threshold value.
|