Package | Description |
---|---|
com.mockturtlesolutions.snifflib.integration |
Contains standard classes and interfaces for performing integration.
|
Modifier and Type | Field and Description |
---|---|
protected OdeSet |
AbstractOdeSolver.options |
Modifier and Type | Method and Description |
---|---|
OdeSet |
Logistic.getDefaultOptions() |
OdeSet |
Exponential.getDefaultOptions() |
abstract OdeSet |
Ode.getDefaultOptions()
By providing a default OdeSet an ODE can provide for it's own default parameters.
|
OdeSet |
AbstractOdeSolver.getOptions() |
OdeSet |
OdeSolution.getOptions() |
OdeSet |
OdeSolver.getOptions() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractOdeSolver.setOptions(OdeSet opts) |
void |
OdeSolution.setOptions(OdeSet opts) |
void |
OdeSolver.setOptions(OdeSet opts) |
Constructor and Description |
---|
AbstractOdeSolver(Ode problem,
OdeSet opts) |
AbstractOdeUpdater(Ode problem,
OdeSet opts) |
DefaultOdeSolver(Ode problem,
OdeSet opts) |
EulerOdeUpdater(Ode problem,
OdeSet opts) |
OdeSolver(Ode problem,
OdeSet opts)
Constructs an ODE solution using a solver known to perform well for
a certain class of problems.
|
Copyright © 2011, 2013. Daniel P. Dougherty