Uses of Class
org.apache.commons.math.ode.IntegratorException

Packages that use IntegratorException
org.apache.commons.math.ode This package provides classes to solve Ordinary Differential Equations problems. 
 

Uses of IntegratorException in org.apache.commons.math.ode
 

Methods in org.apache.commons.math.ode that throw IntegratorException
 boolean SwitchingFunctionsHandler.evaluateStep(StepInterpolator interpolator)
          Evaluate the impact of the proposed step on all handled switching functions.
protected  double AdaptiveStepsizeIntegrator.filterStep(double h, boolean acceptSmall)
          Filter the integration step.
abstract  void AdaptiveStepsizeIntegrator.integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)
          Integrate the differential equations up to the given time.
 void FirstOrderIntegrator.integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)
          Integrate the differential equations up to the given time.
 void EmbeddedRungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)
          Integrate the differential equations up to the given time.
 void RungeKuttaIntegrator.integrate(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)
          Integrate the differential equations up to the given time.
 void GraggBulirschStoerIntegrator.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 AdaptiveStepsizeIntegrator.sanityChecks(FirstOrderDifferentialEquations equations, double t0, double[] y0, double t, double[] y)
          Perform some sanity checks on the integration parameters.
 void SwitchingFunctionsHandler.stepAccepted(double t, double[] y)
          Inform the switching functions that the step has been accepted by the integrator.
 



Copyright © 2003-2008 The Apache Software Foundation. All Rights Reserved.