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

Class DA


Nested Classes [hide private]
  ElementType
  InterpolationType
  PeriodicType
  StencilType
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(S, ...)
 
create(self, sizes, proc_sizes=None, periodic=None, stencil=None, ndof=1, width=1, comm=None)
 
createGlobalVector(self)
 
createLocalVector(self)
 
createNaturalVector(self)
 
destroy(self)
 
getAO(self)
 
getCorners(self)
 
getDim(self)
 
getGhostCorners(self)
 
getLGMap(self)
 
getLGMapBlock(self)
 
getMatrix(self, mat_type=None)
 
getNDof(self)
 
getPeriodicType(self)
 
getProcSizes(self)
 
getScatter(self)
 
getSizes(self)
 
getStencilType(self)
 
getWidth(self)
 
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)
 
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, setFromOptions, setName, setOptionsPrefix

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

Properties [hide private]
  corners
  dim
  ghost_corners
  ndof
  periodic_type
  proc_sizes
  sizes
  stencil_type
  width

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