RungeKuttaCashKarp45IntegratorAdaptStep Method |
This method updates the
CurrentStepSize to account for error in the state and its derivatives.
It returns true if the integrator should reintegrate with the updated step size or false if the integrator
should continue to the next integration step (potentially with a different step size).
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public override bool AdaptStep()
Public Overrides Function AdaptStep As Boolean
public:
virtual bool AdaptStep() override
abstract AdaptStep : unit -> bool
override AdaptStep : unit -> bool
Return Value
Type:
BooleanTrue if the integrator should reintegrate. False if the integrator should continue to the next step.
See Also