|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntegratorException | |
---|---|
org.apache.commons.math.ode | This package provides classes to solve Ordinary Differential Equations problems. |
org.apache.commons.math.ode.events | This package provides classes to handle discrete events occurring during Ordinary Differential Equations integration. |
org.apache.commons.math.ode.nonstiff | This package provides classes to solve non-stiff Ordinary Differential Equations problems. |
Uses of IntegratorException in org.apache.commons.math.ode |
---|
Methods in org.apache.commons.math.ode that throw IntegratorException | |
---|---|
double |
FirstOrderIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
void |
SecondOrderIntegrator.integrate(SecondOrderDifferentialEquations equations,
double t0,
double[] y0,
double[] yDot0,
double t,
double[] y,
double[] yDot)
Integrate the differential equations up to the given time |
protected void |
AbstractIntegrator.sanityChecks(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Perform some sanity checks on the integration parameters. |
protected void |
MultistepIntegrator.start(double t0,
double[] y0,
double t)
Start the integration. |
Uses of IntegratorException in org.apache.commons.math.ode.events |
---|
Methods in org.apache.commons.math.ode.events that throw IntegratorException | |
---|---|
boolean |
CombinedEventsManager.evaluateStep(StepInterpolator interpolator)
Evaluate the impact of the proposed step on all managed event handlers. |
boolean |
CombinedEventsManager.reset(double t,
double[] y)
Let the event handlers reset the state if they want. |
void |
CombinedEventsManager.stepAccepted(double t,
double[] y)
Inform the event handlers that the step has been accepted by the integrator. |
Uses of IntegratorException in org.apache.commons.math.ode.nonstiff |
---|
Methods in org.apache.commons.math.ode.nonstiff that throw IntegratorException | |
---|---|
protected double |
AdaptiveStepsizeIntegrator.filterStep(double h,
boolean forward,
boolean acceptSmall)
Filter the integration step. |
double |
GraggBulirschStoerIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
AdamsMoultonIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
abstract double |
AdamsIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
AdamsBashforthIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
abstract double |
AdaptiveStepsizeIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
EmbeddedRungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
double |
RungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Integrate the differential equations up to the given time. |
protected void |
AdaptiveStepsizeIntegrator.sanityChecks(FirstOrderDifferentialEquations equations,
double t0,
double[] y0,
double t,
double[] y)
Perform some sanity checks on the integration parameters. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |