petsc4py.PETSc.Object¶
- class petsc4py.PETSc.Object¶
Bases:
object
Methods Summary
appendOptionsPrefix
(prefix)compose
(name, obj)decRef
()destroy
()getAttr
(name)getComm
()getDict
()getName
()getType
()incRef
()incrementTabLevel
(tab[, parent])query
(name)setAttr
(name, attr)setName
(name)setOptionsPrefix
(prefix)setTabLevel
(level)stateGet
()stateSet
(state)view
([viewer])viewFromOptions
(name[, prefix])Attributes Summary
Methods Documentation
- appendOptionsPrefix(prefix)¶
- compose(name, obj)¶
Source code at petsc4py/PETSc/Object.pyx:132
- Parameters:
obj (Object) –
- getAttr(name)¶
- getClassId()¶
- getClassName()¶
- getOptionsPrefix()¶
- getRefCount()¶
- getTabLevel()¶
- incrementTabLevel(tab, parent=None)¶
- query(name)¶
- setAttr(name, attr)¶
- setFromOptions()¶
- setName(name)¶
- setOptionsPrefix(prefix)¶
- setTabLevel(level)¶
- stateIncrease()¶
- stateSet(state)¶
- view(viewer=None)¶
- viewFromOptions(name, prefix=None)¶
Attributes Documentation
- classid¶
- comm¶
- fortran¶
- handle¶
- klass¶
- name¶
- prefix¶
- refcount¶
- type¶