|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectnl.tudelft.simulation.jstats.ode.integrators.NumericalIntegrator
nl.tudelft.simulation.jstats.ode.integrators.RungeKutta3
The RungeKutta 3 numerical integrator.
(c) copyright 2003 Delft
University of Technology , the Netherlands.
See for project information www.simulation.tudelft.nl
License of use: General Public
License (GPL) , no warranty
| Field Summary |
| Fields inherited from class nl.tudelft.simulation.jstats.ode.integrators.NumericalIntegrator |
ADAMS, DEFAULT_INTEGRATOR, equation, error, EULER, GILL, HEUN, MILNE, RUNGEKUTTA3, RUNGEKUTTA4, RUNGEKUTTACASHCARP, RUNGEKUTTAFEHLBERG, timeStep |
| Constructor Summary | |
RungeKutta3(double timeStep,
DifferentialEquationInterface equation)
constructs a new RungeKutta3 |
|
| Method Summary | |
double[] |
next(double x,
double[] y)
computes the next value |
| Methods inherited from class nl.tudelft.simulation.jstats.ode.integrators.NumericalIntegrator |
add, add, add, add, add, getError, getTimeStep, multiply, resolve, setTimeStep |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RungeKutta3(double timeStep,
DifferentialEquationInterface equation)
timeStep - the timeStepequation - the differentialEquation| Method Detail |
public double[] next(double x,
double[] y)
NumericalIntegrator
next in class NumericalIntegratorx - the x value corresponding to the last y-value computedy - the last y value
#next(double,double[])
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||