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

type FE


Nested Classes [hide private]
Type
Instance Methods [hide private]
a new object with type S, a subtype of T
__new__(S, ...)
 
create(self, comm=None)
 
createDefault(self, dim, nc, isSimplex, qorder, prefix=None, comm=None)
 
destroy(self)
 
getFaceQuadrature(self)
 
getQuadrature(self)
 
setFaceQuadrature(self, Quad quad)
 
setQuadrature(self, Quad quad)
 
setType(self, fe_type)

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

Properties [hide private]

Inherited from Object: classid, comm, fortran, handle, klass, name, prefix, refcount, type

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