One-dimensional discrete and continuous real variable class.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
__init__(self,
outputdata=None,
indepdomain=None,
depdomain=None,
name='noname',
abseps=None,
labels=None)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
addMethods(self,
funcspec)
Add dynamically-created methods to Veriable object |
source code
|
|
|
|
getDataPoints(self)
Reveal underlying mesh and values at mesh points, provided Variable
is based on a mesh (otherwise None is returned). |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| setIndepdomain(self,
indepdomain,
abseps=None) |
source code
|
|
|
|
setOutput(self,
outputdata,
funcspec=None,
globalt0=0,
var_namemap=None,
ics=None,
refvars=None,
abseps=None)
Dynamically create 'output' method of Variable |
source code
|
|
|
|
|
|
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__
|