|
__init__(self,
name='
' ,
infty_val=10000000000.0)
The optional 'infty_val' argument sets the substitute default finite
value used to represent 'infinity', for variables that are not given
explicit bounds. |
source code
|
|
|
|
|
prepInputs(self,
dependencies,
nameMap=None) |
source code
|
|
|
prepGraph(self,
ics=None,
vbars_int={ } ,
vars=None)
Call this multiple times to re-randomize the initial vertex
selection. |
source code
|
|
|
|
|
makeDSSRTcfg(self,
model,
gen_name,
cfg_filename)
Make DSSRT configuration file from a PyDSTool Generator object that
is embedded in a Model object. |
source code
|
|
|
prepCFG(self)
Prepare .cfg file (at least a pre-cursor for later editing by hand) |
source code
|
|
|
|
|
|
|
|
|
prepAuxFns(self,
auxfndict,
pardict,
makeMfiles=True)
Prepare auxiliary functions, and create MATLAB m-files for those
corresponding to 'tau' and 'inf' functions, unless optional
makeMfiles==False. |
source code
|
|
|
dumpTrajData(self,
traj,
dt,
filename,
precise=True)
If precise=True (default), this trajectory dump to file may take
several minutes: Uses the 'precise' trajectory sample option for
trajectories with variable time-steps. |
source code
|
|
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|