public static interface FieldAbstractIntegratedPropagator.MainStateEquations<T extends 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) throws OrekitException
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().OrekitException - if there is an Orekit related error during
initialization.T[] computeDerivatives(FieldSpacecraftState<T> state) throws OrekitException
state - current stateOrekitException - if differentials cannot be computedCopyright © 2002-2018 CS Systèmes d'information. All rights reserved.