| Interface | Description |
|---|---|
| Ode |
Interface defining a First Order Ordinary Differential Equation.
|
| OdeController |
An OdeController (and its implementing classes) are responsible for controlling the ODE solver in the sense
that the solver checks with the controller object whether to go on or not.
|
| Class | Description |
|---|---|
| DefaultOdeController |
A simple controller object that will stop the solver at a specific time.
|
| Observer |
Implementing classes are used to observe certain aspects of the solver.
|
| OdeSolver |
A base class for all ODE solvers.
|
| OdeSolver.ThetaQueue |
Manages the registered theta events.
|
| RungeKutta4 |
A fourth order Runge Kutta solver for systems of ODEs.
|

Copyright © 2015 University of Glasgow. All rights reserved.