public static interface FieldAbstractIntegratedPropagator.MainStateEquations<T extends org.hipparchus.RealFieldElement<T>>
| Modifier and Type | Method | Description |
|---|---|---|
T[] |
computeDerivatives(FieldSpacecraftState<T> state) |
Compute differential equations for main state.
|
void |
init(FieldSpacecraftState<T> initialState,
FieldAbsoluteDate<T> target) |
Initialize the equations at the start of propagation.
|
void init(FieldSpacecraftState<T> initialState, FieldAbsoluteDate<T> target)
computeDerivatives(FieldSpacecraftState).
The default implementation of this method does nothing.
initialState - initial state information at the start of propagation.target - date of propagation. Not equal to
initialState.getDate().T[] computeDerivatives(FieldSpacecraftState<T> state)
state - current stateCopyright © 2002-2019 CS Systèmes d'information. All rights reserved.