Click or drag to resize

IUpdatePriorToStepUpdatePriorToStep 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: 24.1.418.0 (24.1.418.0)
Syntax
void UpdatePriorToStep(
	JulianDate date,
	PropagationStateArray state
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The time of the current step.
state
Type: AGI.Foundation.PropagatorsPropagationStateArray
The subsection of the state array needed by this object.
See Also