Click or drag to resize

AuxiliaryStateElementEvaluator.ComputeAuxiliary 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: 25.1.421.0 (25.1.421.0)
Syntax
public abstract void ComputeAuxiliary(
	JulianDate date,
	PropagationStateArray auxiliaryArray
)

Parameters

date
Type: AGI.Foundation.Time.JulianDate
The current time at which to evaluate.
auxiliaryArray
Type: AGI.Foundation.Propagators.PropagationStateArray
The auxiliary state in which to store the computed auxiliary values.
See Also