BulirschStoerIntegrator.Reintegrate 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
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 25.1.421.0 (25.1.421.0)
Syntaxpublic override void Reintegrate(
double stepSize
)
Public Overrides Sub Reintegrate (
stepSize As Double
)
public:
virtual void Reintegrate(
double stepSize
) override
abstract Reintegrate :
stepSize : float -> unit
override Reintegrate :
stepSize : float -> unit
Parameters
- stepSize
- Type: System.Double
The increment made to the InitialIndependentVariableValue
to transition to the new FinalIndependentVariableValue.
See Also