ODEAdaptiveSolver, ODEEventSolver, ODEInterpolationSolverAbstractODESolver, Adams4, Adams5, Adams6, Butcher5, CashKarp45, DormandPrince45, Euler, EulerRichardson, Fehlberg8, Heun3, LeapFrog, ODEBisectionEventSolver, ODEMultistepSolver, Ralston2, RK4, RK45, RK45MultiStep, Verletpublic interface ODESolver
| Modifier and Type | Method | Description |
|---|---|---|
double |
getStepSize() |
Gets the step size.
|
void |
initialize(double stepSize) |
Initializes the ODE solver.
|
void |
setStepSize(double stepSize) |
Sets the initial step size.
|
double |
step() |
Steps (advances) the differential equations by the stepSize.
|
void initialize(double stepSize)
stepSize - double step()
void setStepSize(double stepSize)
stepSize - double getStepSize()