PropagationNewtonianPointGetDerivatives 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: 24.2.419.0 (24.2.419.0)
Syntax public override PropagationStateElementEvaluator GetDerivatives(
EvaluatorGroup group
)
Public Overrides Function GetDerivatives (
group As EvaluatorGroup
) As PropagationStateElementEvaluator
public:
virtual PropagationStateElementEvaluator^ GetDerivatives(
EvaluatorGroup^ group
) override
abstract GetDerivatives :
group : EvaluatorGroup -> PropagationStateElementEvaluator
override GetDerivatives :
group : EvaluatorGroup -> PropagationStateElementEvaluator
Parameters
- group
- Type: AGI.FoundationEvaluatorGroup
The group in which to create the evaluator and its dependents.
Return Value
Type:
PropagationStateElementEvaluatorThe evaluator that can compute the derivatives of this element of the state.
See Also