|
|
__init__(self,
name,
userevents=None,
userfns=None,
unravelInfo=True,
inputs=None,
checklevel=2,
activateAllBounds=False,
generatorspecs=None,
indepvar=('t', [-inf, inf]),
parvalues=None,
icvalues=None,
tdata=None,
reuseTerms=None,
withJac=None,
withJacP=None,
featureDicts=None,
abseps=None,
eventtol=None,
eventPars=None,
withStdEvts=None,
stdEvtArgs=None)
Notes for initialization arguments. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
activateBounds(self,
varname=None,
which_bounds='all')
which_bounds argument is either 'all', 'lo', 'hi', or a pair ('lo',
'hi'). |
source code
|
|
|
|
| addEvents(self,
hostGen,
evTarg,
eventPars=None) |
source code
|
|
|
|
addFeatures(self,
hostGen,
featDict)
Update with feature -> Bool mapping dictionaries for a host
generator. |
source code
|
|
|
|
|
|
|
addModelInfo(self,
genSpec,
genTarg,
genAlgPars={},
unravelInfo={},
genOpts={})
genSpec can either be a complete ModelSpec description or a
string-based dictionary of definitions. |
source code
|
|
|
|
createGenerators(self)
Create the generators from the source specs, either in the form of
dicts or args objects, or as a GDescriptor. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
getModel(self)
Build and return (hybrid) model made up of declared Generators and
the mappings between events used to change vector fields in a hybrid
system. |
source code
|
|
|
|
mapEvent(self,
hostGen,
eventname,
target,
eventmapping=None)
eventmapping may be a dictionary or an EvMapping product. |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|