Click or drag to resize

RungeKuttaAdaptiveStepIntegratorReintegrate Method

Repeats the last integration of the differential equations.

When overriding this method, note that the CurrentStepSize property should be unaffected by the stepSize parameter.

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 override void Reintegrate(
	double stepSize
)

Parameters

stepSize
Type: SystemDouble
The increment made to the InitialIndependentVariableValue to transition to the new FinalIndependentVariableValue.
See Also