Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.integration |
Utilities for integration-based propagators (both numerical and semi-analytical).
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Method and Description |
---|---|
protected FieldOrekitStepHandler<T> |
FieldAbstractPropagator.getStepHandler()
Get the step handler.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldAbstractPropagator.setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps.
|
void |
FieldPropagator.setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldAbstractIntegratedPropagator.setMasterMode(FieldOrekitStepHandler<T> handler)
Set the propagator to master mode with variable steps.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldOrekitStepHandlerMultiplexer<T extends org.hipparchus.RealFieldElement<T>>
This class gathers several
OrekitStepHandler instances into one. |
class |
FieldOrekitStepNormalizer<T extends org.hipparchus.RealFieldElement<T>>
This class wraps an object implementing
OrekitFixedStepHandler
into a OrekitStepHandler . |
Modifier and Type | Method and Description |
---|---|
void |
FieldOrekitStepHandlerMultiplexer.add(FieldOrekitStepHandler<T> handler)
Add a step handler.
|
Copyright © 2002-2017 CS Systèmes d'information. All rights reserved.