GaussJacksonIntegratorStartNextStep Method |
This performs the task of setting the Initial values to the previous Final values prior to taking the next step.
This method is called prior to integrating the step but not called during reintegration.
Namespace:
AGI.Foundation.NumericalMethods
Assembly:
AGI.Foundation.Core (in AGI.Foundation.Core.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax protected override void StartNextStep()
Protected Overrides Sub StartNextStep
protected:
virtual void StartNextStep() override
abstract StartNextStep : unit -> unit
override StartNextStep : unit -> unit
See Also