Click or drag to resize

PropagationStateElementGetDerivatives 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.Advanced
Assembly:  AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public abstract PropagationStateElementEvaluator GetDerivatives(
	EvaluatorGroup group
)

Parameters

group
Type: AGI.FoundationEvaluatorGroup
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