public abstract class AbstractOdeUpdater extends AbstractOdeSolver implements OdeUpdater
AbstractOdeSolver.Interp1D| Constructor and Description |
|---|
AbstractOdeUpdater()
Sets up the default ODE problem.
|
AbstractOdeUpdater(AbstractOdeUpdater stepper) |
AbstractOdeUpdater(Ode problem) |
AbstractOdeUpdater(Ode problem,
OdeSet opts) |
| Modifier and Type | Method and Description |
|---|---|
void |
solve()
For the updater solve is by default set up to do nothing.
|
abstract OdeUpdate |
update() |
forwardTimePoints, getDesiredAccuracy, getOde, getOptions, getReporter, getStatus, getT, getY, isRunning, run, setOde, setOptions, setReporter, trimToTimePointsactiveCount, checkAccess, clone, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yieldpublic AbstractOdeUpdater()
public AbstractOdeUpdater(Ode problem)
public AbstractOdeUpdater(AbstractOdeUpdater stepper)
public abstract OdeUpdate update() throws SnifflibIntegrationException
update in interface OdeUpdaterSnifflibIntegrationExceptionpublic void solve()
solve in interface OdeSolutionsolve in class AbstractOdeSolverCopyright © 2011, 2013. Daniel P. Dougherty