|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use StepInterpolator | |
|---|---|
| fr.cnes.sirius.patrius.propagation.numerical.multi | |
| fr.cnes.sirius.patrius.propagation.sampling.multi | |
| org.apache.commons.math3.ode | This package provides classes to solve Ordinary Differential Equations problems. |
| org.apache.commons.math3.ode.events | This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. |
| org.apache.commons.math3.ode.nonstiff | This package provides classes to solve non-stiff Ordinary Differential Equations problems. |
| org.apache.commons.math3.ode.sampling | This package provides classes to handle sampling steps during Ordinary Differential Equations integration. |
| org.orekit.propagation.sampling | This package provides interfaces and classes dealing with step handling during propagation. |
| Uses of StepInterpolator in fr.cnes.sirius.patrius.propagation.numerical.multi |
|---|
| Methods in fr.cnes.sirius.patrius.propagation.numerical.multi with parameters of type StepInterpolator | |
|---|---|
void |
MultiEphemerisModeHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
| Uses of StepInterpolator in fr.cnes.sirius.patrius.propagation.sampling.multi |
|---|
| Methods in fr.cnes.sirius.patrius.propagation.sampling.multi with parameters of type StepInterpolator | |
|---|---|
void |
MultiAdaptedStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
| Uses of StepInterpolator in org.apache.commons.math3.ode |
|---|
| Methods in org.apache.commons.math3.ode with parameters of type StepInterpolator | |
|---|---|
void |
ContinuousOutputModel.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step. |
| Uses of StepInterpolator in org.apache.commons.math3.ode.events |
|---|
| Methods in org.apache.commons.math3.ode.events with parameters of type StepInterpolator | |
|---|---|
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. |
| Uses of StepInterpolator in org.apache.commons.math3.ode.nonstiff |
|---|
| Classes in org.apache.commons.math3.ode.nonstiff that implement StepInterpolator | |
|---|---|
class |
RungeKutta6StepInterpolator
Interpolator for RungeKutta6Integrator. |
| Methods in org.apache.commons.math3.ode.nonstiff that return StepInterpolator | |
|---|---|
protected StepInterpolator |
RungeKutta6StepInterpolator.doCopy()
Really copy the finalized instance. |
| Uses of StepInterpolator in org.apache.commons.math3.ode.sampling |
|---|
| Classes in org.apache.commons.math3.ode.sampling that implement StepInterpolator | |
|---|---|
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. |
| Methods in org.apache.commons.math3.ode.sampling that return StepInterpolator | |
|---|---|
StepInterpolator |
StepInterpolator.copy()
Copy the instance. |
StepInterpolator |
AbstractStepInterpolator.copy()
Copy the instance. |
protected StepInterpolator |
NordsieckStepInterpolator.doCopy()
Really copy the finalized instance. |
protected abstract StepInterpolator |
AbstractStepInterpolator.doCopy()
Really copy the finalized instance. |
| Methods in org.apache.commons.math3.ode.sampling with parameters of type StepInterpolator | |
|---|---|
void |
DummyStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step. |
void |
StepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
void |
StepNormalizer.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
| Uses of StepInterpolator in org.orekit.propagation.sampling |
|---|
| Methods in org.orekit.propagation.sampling with parameters of type StepInterpolator | |
|---|---|
void |
AdaptedStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||