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

Class LGMap


Nested Classes [hide private]
  MapMode
  Type
Instance Methods [hide private]
 
__call__(...) <==> x(...)
a new object with type S, a subtype of T
__new__(S, ...)
 
apply(self, indices, result=None)
 
applyBlock(self, indices, result=None)
 
applyBlockInverse(self, indices, mode=None)
 
applyIS(self, IS iset)
 
applyInverse(self, indices, mode=None)
 
create(self, indices, bsize=None, comm=None)
 
createIS(self, IS iset)
 
createSF(self, SF sf, start)
 
destroy(self)
 
getBlockIndices(self)
 
getBlockInfo(self)
 
getBlockSize(self)
 
getIndices(self)
 
getInfo(self)
 
getSize(self)
 
setFromOptions(self)
 
setType(self, lgmap_type)
 
view(self, Viewer viewer=None)

Inherited from Object: __copy__, __deepcopy__, __eq__, __ge__, __gt__, __le__, __lt__, __ne__, __nonzero__, appendOptionsPrefix, compose, decRef, getAttr, getClassId, getClassName, getComm, getDict, getName, getOptionsPrefix, getRefCount, getTabLevel, getType, incRef, incrementTabLevel, query, setAttr, setName, setOptionsPrefix, setTabLevel, stateGet, stateIncrease, stateSet, viewFromOptions

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

Properties [hide private]
  block_indices
  block_info
  block_size
  indices
  info
  size

Inherited from Object: classid, comm, fortran, handle, 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

setFromOptions(self)

 
Overrides: Object.setFromOptions

view(self, Viewer viewer=None)

 
Overrides: Object.view