Mimics part of the API of a non-hybrid variable.
This is a somewhat ugly hack as it's implemented by using a whole
HybridTrajectory object to extract individual variable values, rather
than having extracted a sequence of Variable objects from a HT and
stitching them back together as a single entity.
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
hybridtraj,
coordname,
indepdomain,
abseps=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
getDataPoints(self)
Returns a Pointset of independent and dependent variable values,
provided variable is based on a mesh (otherwise None is returned). |
source code
|
|
|
|
|
|
|
|
|
Inherited from Variable:
__copy__,
__deepcopy__,
addMethods,
is_continuous_valued,
is_discrete_valued,
setDepdomain,
setIndepdomain,
setOutput,
truncate_to_idx
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|