Package | Description |
---|---|
fr.cnes.sirius.patrius.math.ode |
This package provides classes to solve Ordinary Differential Equations problems.
|
fr.cnes.sirius.patrius.math.ode.events |
This package provides classes to handle discrete events occurring during
Ordinary Differential Equations integration.
|
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 | Method and Description |
---|---|
void |
ContinuousOutputModel.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step.
|
Modifier and Type | Method and Description |
---|---|
boolean |
EventState.evaluateStep(StepInterpolator interpolator)
Evaluate the impact of the proposed step on the event handler.
|
void |
EventState.reinitializeBegin(StepInterpolator interpolator)
Reinitialize the beginning of the step.
|
Modifier and Type | Class and Description |
---|---|
class |
RungeKutta6StepInterpolator
Interpolator for
RungeKutta6Integrator . |
Modifier and Type | Method and Description |
---|---|
protected StepInterpolator |
RungeKutta6StepInterpolator.doCopy()
Really copy the finalized instance.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractStepInterpolator
This abstract class represents an interpolator over the last step
during an ODE integration.
|
class |
NordsieckStepInterpolator
This class implements an interpolator for integrators using Nordsieck representation.
|
Modifier and Type | Method and Description |
---|---|
StepInterpolator |
AbstractStepInterpolator.copy()
Copy the instance.
|
StepInterpolator |
StepInterpolator.copy()
Copy the instance.
|
protected StepInterpolator |
NordsieckStepInterpolator.doCopy()
Really copy the finalized instance.
|
protected abstract StepInterpolator |
AbstractStepInterpolator.doCopy()
Really copy the finalized instance.
|
Modifier and Type | Method and Description |
---|---|
void |
StepNormalizer.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
void |
DummyStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step.
|
void |
StepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
Modifier and Type | Method and Description |
---|---|
void |
MultiEphemerisModeHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
Modifier and Type | Method and Description |
---|---|
void |
AdaptedStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
Modifier and Type | Method and Description |
---|---|
void |
MultiAdaptedStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step
|
Copyright © 2021 CNES. All rights reserved.