AdaptiveNumericalIntegratorAdaptStep 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.Advanced
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public abstract bool AdaptStep()
Public MustOverride Function AdaptStep As Boolean
public:
virtual bool AdaptStep() abstract
abstract AdaptStep : unit -> bool
Return Value
Type:
BooleanTrue if the integrator should reintegrate. False if the integrator should continue to the next step.
See Also