Package | Description |
---|---|
broadwick.odesolver |
A package for ODE solvers.
|
Modifier and Type | Class and Description |
---|---|
class |
RungeKutta4
A fourth order Runge Kutta solver for systems of ODEs.
|
Modifier and Type | Field and Description |
---|---|
private OdeSolver |
Observer.solver |
Modifier and Type | Method and Description |
---|---|
boolean |
OdeController.goOn(OdeSolver solver)
Returns whether or not to continue with the stepwise solution of the ode.
|
boolean |
DefaultOdeController.goOn(OdeSolver solver) |
Constructor and Description |
---|
Observer(OdeSolver solver)
Creates an observer dedicated to an ODE solver.
|
Copyright © 2015 University of Glasgow. All rights reserved.