Click or drag to resize

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

Return Value

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