RKF |
The RKF43 type exposes the following members.
Name | Description | |
---|---|---|
![]() | A | (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 | (Overrides RungeKuttaExplicitBaseBH) |
![]() | BHML | (Overrides RungeKuttaExplicitBaseBHML) |
![]() | C | (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 | (Overrides RungeKuttaExplicitBaseInterpolationCoefficients) |
![]() | NewCoreNotInitializedException |
Creates a new exception that indicates that the core is not initialized.
(Inherited from RungeKuttaExplicitBase) |
![]() | NumberOfAdditionalStagesForDenseOutput | (Overrides RungeKuttaExplicitBaseNumberOfAdditionalStagesForDenseOutput) |
![]() | NumberOfStages | (Overrides RungeKuttaExplicitBaseNumberOfStages) |
![]() | Order | (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 | (Overrides RungeKuttaExplicitBaseStiffnessDetectionThresholdValue) |