__init__(self,
mspec=None,
userevents=None,
userfns=None,
unravelInfo=True,
inputs=None,
checklevel=2,
activateAllBounds=False,
activatedBounds=None,
targetGen='
' ,
algparams=None,
indepvar=( ' t ' , [ -inf, inf] ) ,
tdata=None,
parvalues=None,
icvalues=None,
reuseTerms=None,
options=None,
abseps=None,
eventPars=None,
preReuse=False,
preReuseTerms=None,
preFlat=False)
(Constructor)
| source code
|
Notes for initialization arguments:
mspec : corresponding ModelSpec, for reference
userevents : list of Event objects userfns : dictionary of named user
functions specs inputs : dictionary of Variable objects algparams :
dictionary of algorithmic parameters for Generator parvalues : dictionary
of parameter values icvalues : dictionary of initial condition values
reuseterms : dictionary of reused terms in specifications
targetGen : STRING name of any compatible Generator class, e.g.
'Vode_ODEsystem'
eventPars : list of parameter names associated solely with events
options : Internal use by ModelConstructor preReuse : Internal use
preFlat : Internal use
RETURNS: getGenerator method returns a Generator of the specified
class
- Overrides:
object.__init__
|