Core Properties |
The RungeKuttaExplicitBaseCore type exposes the following members.
| Name | Description | |
|---|---|---|
| AbsoluteTolerance | Gets or sets the absolute tolerance. | |
| AbsoluteTolerances | Gets or sets the absolute tolerances. It must be ensured that this array is not altered. | |
| BHML | 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. | |
| ErrorNorm | The vector norm, by which from the vector of relative errors (dimension N) the scalar relative error is calculated. | |
| InterpolationCoefficients | Gets or sets the interpolation coefficients for dense output. | |
| RelativeTolerance | Gets or sets the relative tolerance. | |
| RelativeTolerances | Gets or sets the relative tolerances. It must be ensured that this array is not altered. | |
| StepSizeFilter | Gets or sets the step size filter. For the values see StepSizeFilter. | |
| 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. | |
| StiffnessDetectionThresholdValue | Sets the stiffness detection threshold value. | |
| X | Gets the current value of x. | |
| X_previous | Gets the value of x before the last step. | |
| Y_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!. |