|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectmath.numerics.RK45
math.numerics.RK45MultiStep
public class RK45MultiStep
Title: RK45MultiStep Description: Perform multiple RK4/5 ODE steps so that a uniform step size is maintained
Constructor Summary | |
---|---|
RK45MultiStep(ODE _ode)
Constructs the RK45MultiStep ODESolver for a system of ordinary differential equations. |
Method Summary | |
---|---|
double |
getStepSize()
Gets the step size. |
void |
initialize(double stepSize)
Initializes the ODE solver. |
void |
setStepSize(double _stepSize)
Method setStepSize |
double |
step()
Steps (advances) the differential equations by the stepSize. |
Methods inherited from class math.numerics.RK45 |
---|
getTolerance, setTolerance |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface math.numerics.ODEAdaptiveSolver |
---|
getTolerance, setTolerance |
Constructor Detail |
---|
public RK45MultiStep(ODE _ode)
_ode
- the system of differential equations.Method Detail |
---|
public double step()
step
in interface ODESolver
step
in class RK45
public void initialize(double stepSize)
initialize
in interface ODESolver
initialize
in class RK45
stepSize
- public void setStepSize(double _stepSize)
setStepSize
in interface ODESolver
setStepSize
in class RK45
_stepSize
- public double getStepSize()
getStepSize
in interface ODESolver
getStepSize
in class RK45
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |