Package | Description |
---|---|
org.orekit.propagation |
Propagation
|
org.orekit.propagation.sampling |
This package provides interfaces and classes dealing with step handling during propagation.
|
Modifier and Type | Method and Description |
---|---|
void |
FieldPropagator.setMasterMode(T h,
FieldOrekitFixedStepHandler<T> handler)
Set the propagator to master mode with fixed steps.
|
void |
FieldAbstractPropagator.setMasterMode(T h,
FieldOrekitFixedStepHandler<T> handler)
Set the propagator to master mode with fixed steps.
|
Modifier and Type | Class and Description |
---|---|
class |
FieldOrekitFixedStepHandlerMultiplexer<T extends RealFieldElement<T>>
This class gathers several
FieldOrekitFixedStepHandler instances into one. |
Modifier and Type | Method and Description |
---|---|
void |
FieldOrekitFixedStepHandlerMultiplexer.add(FieldOrekitFixedStepHandler<T> handler)
Add a step handler.
|
Constructor and Description |
---|
FieldOrekitStepNormalizer(T h,
FieldOrekitFixedStepHandler<T> handler)
Simple constructor.
|
Copyright © 2002-2020 CS GROUP. All rights reserved.