Click or drag to resize

RKF43 Properties

The RKF43 type exposes the following members.

Properties
 NameDescription
Protected propertyA
(Overrides RungeKuttaExplicitBaseA)
Protected propertyA_Interpolation Gets additional central coefficients of the Runge-Kutta scheme that are used for dense output (interpolation).
(Inherited from RungeKuttaExplicitBase)
Public propertyAbsoluteTolerance Gets or sets the absolute tolerance.
(Inherited from RungeKuttaExplicitBase)
Public propertyAbsoluteTolerances 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)
Protected propertyBH
(Overrides RungeKuttaExplicitBaseBH)
Protected propertyBHML
(Overrides RungeKuttaExplicitBaseBHML)
Protected propertyC
(Overrides RungeKuttaExplicitBaseC)
Protected propertyC_Interpolation Gets additional left side coefficients of the Runge-Kutta scheme (x-partitions) that are used for dense output (interpolation).
(Inherited from RungeKuttaExplicitBase)
Protected propertyInterpolationCoefficients
(Overrides RungeKuttaExplicitBaseInterpolationCoefficients)
Protected propertyNewCoreNotInitializedException Creates a new exception that indicates that the core is not initialized.
(Inherited from RungeKuttaExplicitBase)
Public propertyNumberOfAdditionalStagesForDenseOutput
(Overrides RungeKuttaExplicitBaseNumberOfAdditionalStagesForDenseOutput)
Public propertyNumberOfStages
(Overrides RungeKuttaExplicitBaseNumberOfStages)
Public propertyOrder
(Overrides RungeKuttaExplicitBaseOrder)
Public propertyRelativeTolerance Gets or sets the relative tolerance.
(Inherited from RungeKuttaExplicitBase)
Public propertyRelativeTolerances 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)
Public propertyStiffnessDetectionEveryNumberOfSteps 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)
Protected propertyStiffnessDetectionThresholdValue
(Overrides RungeKuttaExplicitBaseStiffnessDetectionThresholdValue)
Top
See Also