RK |
The RK8713M type exposes the following members.
| Name | Description | |
|---|---|---|
| A | Central coefficients of the Runge-Kutta scheme. See [1], page 135. (Overrides RungeKuttaExplicitBaseA) | |
| A_Interpolation |
Gets additional central coefficients of the Runge-Kutta scheme that are used for dense output (interpolation).
(Inherited from RungeKuttaExplicitBase) | |
| AbsoluteTolerance |
Gets or sets the absolute tolerance.
(Inherited from RungeKuttaExplicitBase) | |
| AbsoluteTolerances |
Gets or sets the absolute tolerances. The length of the array must either be 1 (tolerances for all y equal), or of length N.
(Inherited from RungeKuttaExplicitBase) | |
| BH | High order bottom side coefficients of the Runge-Kutta scheme. (Overrides RungeKuttaExplicitBaseBH) | |
| BHML | Differences between high order and low order bottom side coefficients of the Runge-Kutta scheme. (Overrides RungeKuttaExplicitBaseBHML) | |
| C | Left side coefficients of the Runge-Kutta scheme. (Overrides RungeKuttaExplicitBaseC) | |
| C_Interpolation |
Gets additional left side coefficients of the Runge-Kutta scheme (x-partitions) that are used for dense output (interpolation).
(Inherited from RungeKuttaExplicitBase) | |
| InterpolationCoefficients |
The interpolation coefficients aij. Note that zero to third order interpolation is using y and slope of x_previous and x_current.
Thus in this array we only need the coefficients for 4th order (and higher) interpolation.
(Inherited from RungeKuttaExplicitBase) | |
| NewCoreNotInitializedException |
Creates a new exception that indicates that the core is not initialized.
(Inherited from RungeKuttaExplicitBase) | |
| NumberOfAdditionalStagesForDenseOutput |
Gets the number of stages of additional stages needed for dense output.
(Inherited from RungeKuttaExplicitBase) | |
| NumberOfStages |
Gets the number of stages for the main process (stages needed for dense output not included).
(Overrides RungeKuttaExplicitBaseNumberOfStages) | |
| Order |
Gets the order of the method (the highest of the pair).
(Overrides RungeKuttaExplicitBaseOrder) | |
| RelativeTolerance |
Gets or sets the relative tolerance.
(Inherited from RungeKuttaExplicitBase) | |
| RelativeTolerances |
Gets or sets the relative tolerances. The length of the array must either be 1 (tolerances for all y equal), or of length N.
(Inherited from RungeKuttaExplicitBase) | |
| StiffnessDetectionEveryNumberOfSteps |
Gets or sets the number of successful steps between test for stiffness.
Setting this value to 0 disables stiffness detection. The default value is 0.
(Inherited from RungeKuttaExplicitBase) | |
| StiffnessDetectionThresholdValue |
Sets the stiffness detection threshold value.
(Overrides RungeKuttaExplicitBaseStiffnessDetectionThresholdValue) |