Package | Description |
---|---|
nl.tudelft.simulation.jstats.ode | |
nl.tudelft.simulation.jstats.ode.integrators |
Modifier and Type | Method and Description |
---|---|
NumericalIntegrator |
DifferentialEquation.getIntegrator() |
Modifier and Type | Method and Description |
---|---|
void |
DifferentialEquation.setIntegrator(NumericalIntegrator integrator) |
Constructor and Description |
---|
DifferentialEquation(double timeStep,
NumericalIntegrator integrator)
constructs a new DifferentialEquation with a user-specified integrator.
|
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
protected NumericalIntegrator |
CachingNumericalIntegrator.startingIntegrator
the primer integrator
|
Modifier and Type | Method and Description |
---|---|
static NumericalIntegrator |
NumericalIntegrator.resolve(short integrationMethod,
double timeStep,
DifferentialEquationInterface equation) |
Copyright © 2002-2012 Delft University of Technology, the Netherlands. All Rights Reserved.