protected final class ODEMultistepSolver.InternalODE extends java.lang.Object implements ODE
Modifier and Type | Method and Description |
---|---|
void |
getRate(double[] state,
double[] rate)
Gets the rate using the given state.
|
double[] |
getState()
Gets the state.
|
void |
setInitialConditions()
Sets the initial conditions using the current state of the ODE.
|
void |
update()
updates the ODE state using the engine's internal state.
|
public void getRate(double[] state, double[] rate)
public double[] getState()
public void setInitialConditions()
public void update()