| Package | Description |
|---|---|
| broadwick.odesolver |
A package for ODE solvers.
|
| Modifier and Type | Field and Description |
|---|---|
private Ode |
OdeSolver.ode |
| Constructor and Description |
|---|
OdeSolver(Ode ode,
double tStart,
double tEnd,
double stepSize)
Create the solver object with initial consitions.
|
RungeKutta4(Ode ode,
double tStart,
double tEnd,
double stepSize)
Create the solver for a give ode object and initial consitions.
|
Copyright © 2015 University of Glasgow. All rights reserved.