Package petsc4py :: Module PETSc :: Class LGMap
[hide private]
[frames] | no frames]

Class LGMap


Nested Classes [hide private]
  MapType
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(S, ...)
 
apply(self, indices, result=None)
 
applyInverse(self, indices, map_type=None)
 
create(self, indices, comm=None)
 
destroy(self)
 
getInfo(self)
 
getSize(self)
 
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, setFromOptions, setName, setOptionsPrefix

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]
  info
  size

Inherited from Object: comm, cookie, klass, name, prefix, refcount, type

Inherited from object: __class__

Method Details [hide private]

__new__(S, ...)

 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__

destroy(self)

 
Overrides: Object.destroy

view(self, Viewer viewer=None)

 
Overrides: Object.view