Package | Description |
---|---|
com.mockturtlesolutions.snifflib.integration |
Contains standard classes and interfaces for performing integration.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
AbstractOdeSolver.solve() |
void |
OdeSolution.solve() |
void |
DefaultOdeSolver.solve() |
void |
OdeSolver.solve() |
OdeUpdate |
OdeUpdater.update() |
OdeUpdate |
EulerOdeUpdater.update()
This update method retuns predicted tnew and ynew using the current step.
|
abstract OdeUpdate |
AbstractOdeUpdater.update() |
Copyright © 2011, 2013. Daniel P. Dougherty