Package | Description |
---|---|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
org.orekit.propagation.numerical |
Top level package for numerical propagators.
|
org.orekit.propagation.semianalytical.dsst |
This package provides an implementation of the Draper Semi-analytical
Satellite Theory (DSST).
|
Modifier and Type | Method | Description |
---|---|---|
protected abstract AbstractIntegratedPropagator.MainStateEquations |
AbstractIntegratedPropagator.getMainStateEquations(org.hipparchus.ode.ODEIntegrator integ) |
Get the differential equations to integrate (for main state only).
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractIntegratedPropagator.MainStateEquations |
NumericalPropagator.getMainStateEquations(org.hipparchus.ode.ODEIntegrator integrator) |
Get the differential equations to integrate (for main state only).
|
Modifier and Type | Method | Description |
---|---|---|
protected AbstractIntegratedPropagator.MainStateEquations |
DSSTPropagator.getMainStateEquations(org.hipparchus.ode.ODEIntegrator integrator) |
Get the differential equations to integrate (for main state only).
|
Copyright © 2002-2019 CS Systèmes d'information. All rights reserved.