Class FieldCombinedDerivatives<T extends CalculusFieldElement<T>>
java.lang.Object
org.orekit.propagation.integration.FieldCombinedDerivatives<T>
- Type Parameters:
T- type of the field elements
Container for additional derivatives.
- Since:
- 11.2
- Author:
- Luc Maisonobe
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldCombinedDerivatives(T[] additionalDerivatives, T[] mainStateDerivativesIncrements) Simple constructor. -
Method Summary
-
Constructor Details
-
FieldCombinedDerivatives
Simple constructor.- Parameters:
additionalDerivatives- additional state derivativesmainStateDerivativesIncrements- increments related to the main state parameters (may be null if main state should not be incremented)
-
-
Method Details
-
getMainStateDerivativesIncrements
Get the derivatives increments related to the main state.- Returns:
- primary state derivatives increments, or null if main state should not be incremented
-
getAdditionalDerivatives
Get the derivatives related to the additional state.- Returns:
- additional state derivatives
-