Explicit functional form specifying a trajectory.
E.g. for an external input. This class allows parametric forms of the
function, but with no dependence on x or its own external inputs.
|
|
AuxVars(self,
t,
xdict,
pdict=None,
asarray=True)
asarray is an unused, dummy argument for compatibility with
Model.AuxVars |
source code
|
|
|
|
|
|
|
__init__(self,
kw)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
addMethods(self,
usePsyco=False)
Add Python-specific functions to this object's methods, accelerating
them with psyco, if it is available. |
source code
|
|
|
|
compute(self,
trajname,
ics=None)
Attach specification functions to callable interface. |
source code
|
|
|
|
haveJacobian(self)
Report whether generator has an explicit user-specified Jacobian
associated with it. |
source code
|
|
|
|
haveJacobian_pars(self)
Report whether generator has an explicit user-specified Jacobian with
respect to pars associated with it. |
source code
|
|
|
|
|
|
|
|
|
Inherited from baseclasses.Generator:
__copy__,
__deepcopy__,
__getstate__,
__repr__,
__setstate__,
__str__,
addEvtPars,
checkArgs,
contains,
get,
getEventTimes,
getEvents,
info,
query,
resetEventTimes,
resetEvents,
setEventICs,
showAuxFnSpec,
showAuxSpec,
showEventSpec,
showSpec
Inherited from baseclasses.Generator (private):
_addEvents,
_auxfn_getindex,
_auxfn_globalindepvar,
_auxfn_heav,
_auxfn_if,
_auxfn_initcond,
_generate_ixmaps,
_infostr,
_kw_process_algparams,
_kw_process_allvars,
_kw_process_dispatch,
_kw_process_events,
_kw_process_fnspecs,
_kw_process_ics,
_kw_process_ignorespecial,
_kw_process_inputs,
_kw_process_pars,
_kw_process_pdomain,
_kw_process_reuseterms,
_kw_process_system,
_kw_process_target,
_kw_process_tdata,
_kw_process_tdomain,
_kw_process_tstep,
_kw_process_ttype,
_kw_process_varspecs,
_kw_process_vfcodeinserts,
_kw_process_xdomain,
_kw_process_xtype,
_makeBoundsEvents,
_register,
_set_for_hybrid_DS
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|