public static interface AbstractIntegratedPropagator.MainStateEquations
Modifier and Type | Method and Description |
---|---|
double[] |
computeDerivatives(SpacecraftState state)
Compute differential equations for main state.
|
default void |
init(SpacecraftState initialState,
AbsoluteDate target)
Initialize the equations at the start of propagation.
|
default void init(SpacecraftState initialState, AbsoluteDate target) throws OrekitException
computeDerivatives(SpacecraftState)
.
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.double[] computeDerivatives(SpacecraftState state) throws OrekitException
state
- current stateOrekitException
- if differentials cannot be computedCopyright © 2002-2017 CS Systèmes d'information. All rights reserved.