Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.math.ode.nonstiff | |
fr.cnes.sirius.patrius.math.ode.sampling |
This package provides classes to handle sampling steps during
Ordinary Differential Equations integration.
|
fr.cnes.sirius.patrius.propagation.numerical.multi | |
fr.cnes.sirius.patrius.propagation.sampling | |
fr.cnes.sirius.patrius.propagation.sampling.multi |
Modifier and Type | Class and Description |
---|---|
class |
ContinuousOutputModel
This class stores all information provided by an ODE integrator
during the integration process and build a continuous model of the
solution from this.
|
Modifier and Type | Field and Description |
---|---|
protected Collection<StepHandler> |
AbstractIntegrator.stepHandlers
Step handler.
|
Modifier and Type | Method and Description |
---|---|
Collection<StepHandler> |
AbstractIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.
|
Collection<StepHandler> |
ODEIntegrator.getStepHandlers()
Get all the step handlers that have been added to the integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractIntegrator.addStepHandler(StepHandler handler)
Add a step handler to this integrator.
|
void |
ODEIntegrator.addStepHandler(StepHandler handler)
Add a step handler to this integrator.
|
Modifier and Type | Method and Description |
---|---|
void |
GraggBulirschStoerIntegrator.addStepHandler(StepHandler handler)
Add a step handler to this integrator.
|
Modifier and Type | Class and Description |
---|---|
class |
DummyStepHandler
This class is a step handler that does nothing.
|
class |
StepNormalizer
This class wraps an object implementing
FixedStepHandler into a StepHandler . |
Modifier and Type | Class and Description |
---|---|
class |
MultiEphemerisModeHandler
This interface is copied from
EphemerisModeHandler and adapted
to multi propagation. |
Modifier and Type | Class and Description |
---|---|
class |
AdaptedStepHandler
Adapt an
PatriusStepHandler to commons-math StepHandler
interface. |
Modifier and Type | Class and Description |
---|---|
class |
MultiAdaptedStepHandler
This class is copied from
AdaptedStepHandler and adapted to multi
propagation. |
Copyright © 2023 CNES. All rights reserved.