Click or drag to resize

CoreDOP853 Properties

The DOP853CoreDOP853 type exposes the following members.

Properties
 NameDescription
Public propertyAbsoluteTolerance Gets or sets the absolute tolerance.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyAbsoluteTolerances Gets or sets the absolute tolerances. It must be ensured that this array is not altered.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyBHML Sets the coefficients for the error evaluation. These coefficients are the difference of the high order and low order bottom side coefficients of the Runge-Kutta scheme. If set to null, local error calculation, and thus automatic step size control, is not possible.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyErrorNorm The vector norm, by which from the vector of relative errors (dimension N) the scalar relative error is calculated.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyInterpolationCoefficients Gets or sets the interpolation coefficients for dense output.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyRelativeTolerance Gets or sets the relative tolerance.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyRelativeTolerances Gets or sets the relative tolerances. It must be ensured that this array is not altered.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyStepSizeFilter Gets or sets the step size filter. For the values see StepSizeFilter.
(Inherited from RungeKuttaExplicitBaseCore)
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 RungeKuttaExplicitBaseCore)
Public propertyStiffnessDetectionThresholdValue Sets the stiffness detection threshold value.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyX Gets the current value of x.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyX_previous Gets the value of x before the last step.
(Inherited from RungeKuttaExplicitBaseCore)
Public propertyY_volatile Gets the current values of the variables. Attention: the returned array will change the next time you call EvaluateNextSolutionPoint(Double). Therefore, if you not intend to use the values immediately, make a copy of this array!.
(Inherited from RungeKuttaExplicitBaseCore)
Top
See Also