Click or drag to resize

CoreDOP853 Methods

The DOP853.CoreDOP853 type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodEvaluateNextSolutionPoint Evaluates the next solution point in one step. To get the results, see X and Y_volatile.
(Overrides RungeKuttaExplicitBase.Core.EvaluateNextSolutionPoint(Double))
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetInitialStepSize Gets the initial step size. The absolute and relative tolerances must be set before the call to this function.
(Inherited from RungeKuttaExplicitBase.Core)
Public methodGetInterpolatedY_volatileGet 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 RungeKuttaExplicitBase.Core.GetInterpolatedY_volatile(Double))
Public methodGetRecommendedStepSize Gets the recommended step size.
(Overrides RungeKuttaExplicitBase.Core.GetRecommendedStepSize(Double, Double))
Public methodGetRelativeError_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 RungeKuttaExplicitBase.Core)
Public methodGetRelativeError_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 RungeKuttaExplicitBase.Core)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodRevert Reverts the state of the instance to the former solution point, by setting X to X_previous and Y_volatile y_previous.
(Inherited from RungeKuttaExplicitBase.Core)
Public methodSetCoefficientsForAdditionalStages Sets the coefficients for additional stages that are neccessary for dense output (interpolation).
(Inherited from RungeKuttaExplicitBase.Core)
Public methodThrowIfStiffnessDetected Function that is been called after every successfull step. Detects a stiffness condition. If it founds one, an exception will be thrown.
(Inherited from RungeKuttaExplicitBase.Core)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also