|
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
_get_initiator_cache(self,
ics=None,
t0=0)
initiator is a ModelInterface or GeneratorInterface object |
source code
|
|
|
|
|
|
|
|
|
|
Rhs(self,
t,
xdict,
pdict)
Direct access to a generator's Rhs function. |
source code
|
|
|
|
Jacobian(self,
t,
xdict,
pdict,
idict=None)
Direct access to a generator's Jacobian function (if defined). |
source code
|
|
|
|
JacobianP(self,
t,
xdict,
pdict)
Direct access to a generator's JacobianP function (if defined). |
source code
|
|
|
|
MassMatrix(self,
t,
xdict,
pdict)
Direct access to a generator's MassMatrix function (if defined). |
source code
|
|
|
|
AuxVars(self,
t,
xdict,
pdict)
Direct access to a generator's auxiliary variables definition (if
defined). |
source code
|
|
|
|
|
|
|
evaluate(self,
target,
force=False)
Evaluate interface consistency against target interface's trajectory
on specified conditions. |
source code
|
|
|
|
__call__(self,
target,
force=False)
Evaluate interface consistency against target interface's trajectory
on specified conditions. |
source code
|
|
|
|
|
|
|
|
|
Inherited from dsInterface:
get_test_traj,
query
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__str__
|