Package PyDSTool :: Module integrator' :: Class integrator
[hide private]
[frames] | no frames]

Class integrator

source code

Known Subclasses:

Instance Methods [hide private]
 
AuxFunc(self, time, x, p) source code
 
Continue(*args) source code
 
Jacobian(self, time, x, p) source code
 
JacobianP(self, time, x, p) source code
 
MassMatrix(self, time, x, p) source code
 
Reset(self) source code
 
Rhs(self, time, x, p) source code
 
Run(*args) source code
 
__del__(self) source code
 
__init__(self, rhs='default_name', phaseDim=0, paramDim=0, nAux=0, nEvents=0, nExtInputs=0, hasJac=0, hasJacP=0, hasMass=0, extraSpace=0, defaultBound=100000000.0) source code
 
checkBasic(self, rhs, phaseDim, paramDim, nAux, nEvents, nExtInputs, hasJac, hasJacP, hasMass, extraSpace) source code
 
checkEvents(self, maxevtpts, eventActive, eventDir, eventTerm, eventInt, eventDelay, eventTol, maxbisect, eventNearCoef) source code
 
checkExtInputs(self, extInputVals, extInputTimes) source code
 
checkInteg(self, maxpts, rtol, atol) source code
 
checkRunParams(self, ic, params, t0, tend, gt0, refine, specTimes, bounds) source code
 
clearAll(self) source code
 
clearEvents(self) source code
 
clearExtInputs(self) source code
 
clearInteg(self) source code
 
clearRunParams(self) source code
 
setContParams(self, tend, params, calcSpecTimes, verbose, extInputChanged, extInputVals, extInputTimes, bounds) source code
 
setEvents(self, maxevtpts=1000, eventActive=[], eventDir=[], eventTerm=[], eventInt=0.005, eventDelay=0.0001, eventTol=1e-06, maxbisect=100, eventNearCoef=1000) source code
 
setExtInputs(self, doCheck, extInputVals, extInputTimes) source code
 
setInteg(self, maxpts=100000, rtol=1e-09, atol=1e-12) source code
 
setRunParams(self, ic=[], params=[], t0=[], tend=[], gt0=[], refine=0, specTimes=[], bounds=[]) source code