|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use StepInterpolator | |
---|---|
org.apache.commons.math.ode | This package provides classes to solve Ordinary Differential Equations problems. |
Uses of StepInterpolator in org.apache.commons.math.ode |
---|
Classes in org.apache.commons.math.ode that implement StepInterpolator | |
---|---|
class |
AbstractStepInterpolator
This abstract class represents an interpolator over the last step during an ODE integration. |
(package private) class |
ClassicalRungeKuttaStepInterpolator
This class implements a step interpolator for the classical fourth order Runge-Kutta integrator. |
(package private) class |
DormandPrince54StepInterpolator
This class represents an interpolator over the last step during an ODE integration for the 5(4) Dormand-Prince integrator. |
(package private) class |
DormandPrince853StepInterpolator
This class represents an interpolator over the last step during an ODE integration for the 8(5,3) Dormand-Prince integrator. |
class |
DummyStepInterpolator
This class is a step interpolator that does nothing. |
(package private) class |
EulerStepInterpolator
This class implements a linear interpolator for step. |
(package private) class |
GillStepInterpolator
This class implements a step interpolator for the Gill fourth order Runge-Kutta integrator. |
(package private) class |
GraggBulirschStoerStepInterpolator
This class implements an interpolator for the Gragg-Bulirsch-Stoer integrator. |
(package private) class |
HighamHall54StepInterpolator
This class represents an interpolator over the last step during an ODE integration for the 5(4) Higham and Hall integrator. |
(package private) class |
MidpointStepInterpolator
This class implements a step interpolator for second order Runge-Kutta integrator. |
(package private) class |
RungeKuttaStepInterpolator
This class represents an interpolator over the last step during an ODE integration for Runge-Kutta and embedded Runge-Kutta integrators. |
(package private) class |
ThreeEighthesStepInterpolator
This class implements a step interpolator for the 3/8 fourth order Runge-Kutta integrator. |
Methods in org.apache.commons.math.ode that return StepInterpolator | |
---|---|
StepInterpolator |
StepInterpolator.copy()
Copy the instance. |
StepInterpolator |
AbstractStepInterpolator.copy()
Copy the instance. |
protected StepInterpolator |
MidpointStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
HighamHall54StepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
GraggBulirschStoerStepInterpolator.doCopy()
Really copy the finalized instance. |
protected abstract StepInterpolator |
AbstractStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
DormandPrince853StepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
GillStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
ThreeEighthesStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
EulerStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
ClassicalRungeKuttaStepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
DormandPrince54StepInterpolator.doCopy()
Really copy the finalized instance. |
protected StepInterpolator |
DummyStepInterpolator.doCopy()
Really copy the finalized instance. |
Methods in org.apache.commons.math.ode with parameters of type StepInterpolator | |
---|---|
boolean |
SwitchState.evaluateStep(StepInterpolator interpolator)
Evaluate the impact of the proposed step on the switching function. |
boolean |
SwitchingFunctionsHandler.evaluateStep(StepInterpolator interpolator)
Evaluate the impact of the proposed step on all handled switching functions. |
void |
StepNormalizer.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
void |
StepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step |
void |
DummyStepHandler.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step. |
void |
ContinuousOutputModel.handleStep(StepInterpolator interpolator,
boolean isLast)
Handle the last accepted step. |
private int |
ContinuousOutputModel.locatePoint(double time,
StepInterpolator interval)
Compare a step interval and a double. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |