Click or drag to resize

PropagationEulerianAxes.GetDerivatives Method

This is used by the NumericalPropagatorDefinition to obtain an instance of a state element evaluator that can compute the derivatives of this element of the state during propagation. It cannot be used outside of a NumericalPropagator as the geometry for the propagation state will be unavailable.

Namespace:  AGI.Foundation.Propagators
Assembly:  AGI.Foundation.OrbitPropagation (in AGI.Foundation.OrbitPropagation.dll) Version: 25.1.421.0 (25.1.421.0)
Syntax
public override PropagationStateElementEvaluator GetDerivatives(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.Foundation.EvaluatorGroup
The group in which to create the evaluator and its dependents.

Return Value

Type: PropagationStateElementEvaluator
The evaluator that can compute the derivatives of this element of the state.
See Also