Click or drag to resize

Core Properties

The RungeKuttaExplicitBaseCore type exposes the following members.

Properties
 NameDescription
Public propertyAbsoluteTolerance Gets or sets the absolute tolerance.
Public propertyAbsoluteTolerances Gets or sets the absolute tolerances. It must be ensured that this array is not altered.
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 , local error calculation (and thus automatic step size control) is not possible.
Public propertyErrorNorm Gets the vector norm used to reduce the vector of relative errors (dimension N) to a scalar relative error.
Public propertyInterpolationCoefficients Gets or sets the interpolation coefficients for dense output.
Public propertyRelativeTolerance Gets or sets the relative tolerance.
Public propertyRelativeTolerances Gets or sets the relative tolerances. It must be ensured that this array is not altered.
Public propertyStepSizeFilter Gets or sets the step size filter. For the values see StepSizeFilter.
Public propertyStiffnessDetectionEveryNumberOfSteps Gets or sets the number of successful steps between tests for stiffness. Setting this value to 0 disables stiffness detection. The default value is 0.
Public propertyStiffnessDetectionThresholdValue Sets the stiffness detection threshold value.
Public propertyX Gets the current value of x.
Public propertyX_previous Gets the value of x before the last step.
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 do not intend to use the values immediately, make a copy of this array!
Top
See Also