public class EulerOdeUpdater extends AbstractOdeUpdater
AbstractOdeSolver.Interp1D
Constructor and Description |
---|
EulerOdeUpdater() |
EulerOdeUpdater(Ode problem) |
EulerOdeUpdater(Ode problem,
OdeSet opts) |
Modifier and Type | Method and Description |
---|---|
OdeUpdate |
update()
This update method retuns predicted tnew and ynew using the current step.
|
solve
forwardTimePoints, getDesiredAccuracy, getOde, getOptions, getReporter, getStatus, getT, getY, isRunning, run, setOde, setOptions, setReporter, trimToTimePoints
activeCount, 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, yield
public EulerOdeUpdater()
public EulerOdeUpdater(Ode problem)
public OdeUpdate update() throws SnifflibIntegrationException
update
in interface OdeUpdater
update
in class AbstractOdeUpdater
SnifflibIntegrationException
Copyright © 2011, 2013. Daniel P. Dougherty