Runge-Kutta method of 8th order of Dormand and Prince. Attention: this method can only provide dense output of order 3. If accurate dense output is needed, please use method DOP853.
References:
[1] Hairer, Ordinary differential equations I, 2nd edition, 1993.
[2] Engeln-Müllges et al., Numerik-Algorithmen, Springer, 2011 (in German)
Constructor | Description |
Full Usage:
RK8713M()
|
|
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.NumberOfStages
Returns: int
Modifiers: abstract |
|
Full Usage:
this.Order
Returns: int
Modifiers: abstract |
|
Full Usage:
this.StiffnessDetectionThresholdValue
Returns: float
Modifiers: abstract |
|