|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__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
|
|
|
|
|
checkRunParams(self,
ic,
params,
t0,
tend,
gt0,
refine,
specTimes,
bounds) |
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
|
|