RK547M Type

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)

Constructors

Constructor Description

RK547M()

Full Usage: RK547M()

Instance members

Instance member Description

this.A

Full Usage: this.A

Returns: float[][]
Modifiers: abstract

Returns: float[][]

this.BH

Full Usage: this.BH

Returns: float[]
Modifiers: abstract

Returns: float[]

this.BHML

Full Usage: this.BHML

Returns: float[]
Modifiers: abstract

Returns: float[]

this.C

Full Usage: this.C

Returns: float[]
Modifiers: abstract

Returns: float[]

this.InterpolationCoefficients

Full Usage: this.InterpolationCoefficients

Returns: float[][]
Modifiers: abstract

Returns: float[][]

this.NumberOfStages

Full Usage: this.NumberOfStages

Returns: int
Modifiers: abstract

Returns: int

this.Order

Full Usage: this.Order

Returns: int
Modifiers: abstract

Returns: int

this.StiffnessDetectionThresholdValue

Full Usage: this.StiffnessDetectionThresholdValue

Returns: float
Modifiers: abstract

Sets the stiffness detection threshold value.

Returns: float