Core |
The DOP853CoreDOP853 type exposes the following members.
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
EvaluateNextSolutionPoint |
Evaluates the next solution point in one step. To get the results, see X and Y_volatile.
(Overrides RungeKuttaExplicitBaseCoreEvaluateNextSolutionPoint(Double)) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetInitialStepSize |
Gets the initial step size. The absolute and relative tolerances must be set before the call to this function.
(Inherited from RungeKuttaExplicitBaseCore) | |
GetInterpolatedY_volatile | Get an interpolated point in the last evaluated interval.
Please use the result immediately, or else make a copy of the result, since a internal array
is returned, which is overwritten at the next operation. (Overrides RungeKuttaExplicitBaseCoreGetInterpolatedY_volatile(Double)) | |
GetRecommendedStepSize |
Gets the recommended step size.
(Overrides RungeKuttaExplicitBaseCoreGetRecommendedStepSize(Double, Double)) | |
GetRelativeError_InfinityNorm |
Gets the relative error by the infinity norm, which should be in the order of 1, if the step size is optimally chosen.
(Inherited from RungeKuttaExplicitBaseCore) | |
GetRelativeError_L2Norm |
Gets the relative error calculated by the L2-norm, which should be in the order of 1, if the step size is optimally chosen.
(Inherited from RungeKuttaExplicitBaseCore) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
Revert |
Reverts the state of the instance to the former solution point, by
setting X to X_previous and Y_volatile y_previous.
(Inherited from RungeKuttaExplicitBaseCore) | |
SetCoefficientsForAdditionalStages |
Sets the coefficients for additional stages that are neccessary for dense output (interpolation).
(Inherited from RungeKuttaExplicitBaseCore) | |
ThrowIfStiffnessDetected |
Function that is been called after every successfull step.
Detects a stiffness condition. If it founds one, an exception will be thrown.
(Inherited from RungeKuttaExplicitBaseCore) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |