Package | Description |
---|---|
calc.integrator |
This package contains the numerical integrator/propagator classes.
|
calc.integrator.firstOrderIntegrators |
This package contains all the classes concerning the first order integrators.
|
ihm.integrator |
This package contains the integrator / propagation data widgets.
|
Modifier and Type | Method and Description |
---|---|
PsimuPropagationData |
AbstractNumericalIntegratorData.getPropData()
Get the propagation data.
|
Constructor and Description |
---|
AbstractNumericalIntegratorData(PsimuPropagationData propData)
Creates a new instance for integrator.
|
Constructor and Description |
---|
AbstractRKData(PsimuPropagationData propData,
double timestep)
Creates a new instance.
|
DopData(PsimuPropagationData propData,
double minimumTimeStep,
double maximumTimeStep,
double positionError)
Creates a new instance.
|
DopData(PsimuPropagationData propData,
double minimumTimeStep,
double maximumTimeStep,
double[] vecAbsoluteTolerance,
double[] vecRelativeTolerance,
double absMassTolerance,
double relMassTolerance)
Creates a new instance.
|
RK4data(PsimuPropagationData propData,
double timestep)
Creates a new instance.
|
RK6data(PsimuPropagationData propData,
double timestep)
Creates a new instance.
|
Modifier and Type | Method and Description |
---|---|
PsimuPropagationData |
WidPropagatorScenarioPanel.getPsimuObject()
Get JPSIMU object.
|
Copyright © 2017. All rights reserved.