a new object with type S, a subtype of T
|
|
|
create(self,
dim=None,
dof=1,
sizes=None,
proc_sizes=None,
periodic_type=None,
stencil_type=None,
stencil_width=1,
comm=None) |
|
|
|
|
|
|
|
createMatrix(self,
mat_type=None) |
|
|
|
createNaturalVector(self) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
getMatrix(self,
mat_type=None) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
globalToLocal(self,
Vec vg,
Vec vl,
addv=None) |
|
|
|
globalToNatural(self,
Vec vg,
Vec vn,
addv=None) |
|
|
|
localToGlobal(self,
Vec vl,
Vec vg,
addv=None) |
|
|
|
localToGlobalAdd(self,
Vec vl,
Vec vg) |
|
|
|
localToLocal(self,
Vec vl,
Vec vlg,
addv=None) |
|
|
|
naturalToGlobal(self,
Vec vn,
Vec vg,
addv=None) |
|
|
|
|
|
|
|
view(self,
Viewer viewer=None) |
|
|
Inherited from Object :
__eq__ ,
__ge__ ,
__gt__ ,
__le__ ,
__lt__ ,
__ne__ ,
__nonzero__ ,
compose ,
decRef ,
getAttr ,
getClassName ,
getComm ,
getCookie ,
getDict ,
getName ,
getOptionsPrefix ,
getRefCount ,
getType ,
incRef ,
query ,
setAttr ,
setName
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__init__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|