Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public abstract bool AdaptStep()

Return Value

Type: Boolean
True if the integrator should reintegrate. False if the integrator should continue to the next step.
See Also