Uses of Class
nl.tudelft.simulation.jstats.ode.integrators.NumericalIntegrator

Packages that use NumericalIntegrator
nl.tudelft.simulation.jstats.ode   
nl.tudelft.simulation.jstats.ode.integrators   
 

Uses of NumericalIntegrator in nl.tudelft.simulation.jstats.ode
 

Methods in nl.tudelft.simulation.jstats.ode that return NumericalIntegrator
 NumericalIntegrator DifferentialEquation.getIntegrator()
           
 

Methods in nl.tudelft.simulation.jstats.ode with parameters of type NumericalIntegrator
 void DifferentialEquation.setIntegrator(NumericalIntegrator integrator)
           
 

Constructors in nl.tudelft.simulation.jstats.ode with parameters of type NumericalIntegrator
DifferentialEquation(double timeStep, NumericalIntegrator integrator)
          constructs a new DifferentialEquation with a user-specified integrator.
 

Uses of NumericalIntegrator in nl.tudelft.simulation.jstats.ode.integrators
 

Subclasses of NumericalIntegrator in nl.tudelft.simulation.jstats.ode.integrators
 class Adams
          The Adams-Bashforth-Moulton numerical estimator as described in http://mathworld.wolfram.com/AdamsMethod.html
 class CachingNumericalIntegrator
          The CachingNumericalIntegrator is the basis for an integrator that needs access to previously calculated values of y', e.g.
 class Euler
          The Euler numerical estimator as described in http://mathworld.wolfram.com/EulerForwardMethod.html
 class Gill
          The Gill numerical estimator as described in http://mathworld.wolfram.com/GillsMethod.html
 class Heun
          The Heun numerical estimator.
 class Milne
          The Milne numerical estimator as described in http://mathworld.wolfram.com/MilnesMethod.html
 class RungeKutta3
          The RungeKutta 3 numerical integrator.
 class RungeKutta4
          The RungeKutta4 numerical integrator.
 class RungeKuttaCashCarp
          The RungeKuttaCashCarp.java numerical integrator.
 class RungeKuttaFehlberg
          The RungeKuttaFehlberg.java numerical integrator.
 

Fields in nl.tudelft.simulation.jstats.ode.integrators declared as NumericalIntegrator
protected  NumericalIntegrator CachingNumericalIntegrator.startingIntegrator
          the primer integrator
 

Methods in nl.tudelft.simulation.jstats.ode.integrators that return NumericalIntegrator
static NumericalIntegrator NumericalIntegrator.resolve(short integrationMethod, double timeStep, DifferentialEquationInterface equation)
           
 



Copyright © 2002-2011 Delft University of Technology, the Netherlands. All Rights Reserved.