Click or drag to resize

AuxiliaryStateElementEvaluatorComputeAuxiliary Method

Compute the auxiliary variable values and store them in the auxiliary state.

Namespace:  AGI.Foundation.Propagators.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract void ComputeAuxiliary(
	JulianDate date,
	PropagationStateArray auxiliaryArray
)

Parameters

date
Type: AGI.Foundation.TimeJulianDate
The current time at which to evaluate.
auxiliaryArray
Type: AGI.Foundation.PropagatorsPropagationStateArray
The auxiliary state in which to store the computed auxiliary values.
See Also