Click or drag to resize

IUpdatePriorToStep.UpdatePriorToStep Method

Called by the NumericalPropagator each time step prior to propagation to perform any state updates required by the PropagationStateElement that created this object.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
void UpdatePriorToStep(
	JulianDate date,
	PropagationStateArray state
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The time of the current step.
state
Type: AGI.Foundation.Propagators.PropagationStateArray
The subsection of the state array needed by this object.
See Also