public static interface FieldAbstractIntegratedPropagator.MainStateEquations<T extends CalculusFieldElement<T>>
Modifier and Type | Method and 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-2022 CS GROUP. All rights reserved.