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

Module PETSc

Portable, Extensible Toolkit for Scientific Computation
Classes [hide private]
  AO
  Comm
  DA
  Error
  IS
  InsertMode
  KSP
  LGMap
  Log
  LogClass
  LogEvent
  LogStage
  Mat
  NormType
  NullSpace
  Object
  Options
Options(prefix=None)
  PC
  Random
  SNES
  Scatter
  ScatterMode
  Sys
  TS
  Truth
  Vec
  Viewer
Functions [hide private]
 
_finalize()
 
_initialize(args=None)
Variables [hide private]
  COMM_NULL = <petsc4py.PETSc.Comm object at 0x85c3cac>
  COMM_SELF = <petsc4py.PETSc.Comm object at 0x85c55ec>
  COMM_WORLD = <petsc4py.PETSc.Comm object at 0x85c560c>
  DECIDE = -1
  DEFAULT = -2
  DETERMINE = -1
  IGNORE = 0
  __arch__ = 'linux-gnu'
  __pyx_capi__ = {'GetComm': <PyCObject object at 0xb80014d0>, '...
  __type_registry__ = {0: None, 1211212: <type 'petsc4py.PETSc.O...
Variables Details [hide private]

__pyx_capi__

Value:
{'GetComm': <PyCObject object at 0xb80014d0>,
 'GetCommDefault': <PyCObject object at 0xb8001548>,
 'PyPetscAO_Get': <PyCObject object at 0xb80012a8>,
 'PyPetscAO_New': <PyCObject object at 0xb80017e8>,
 'PyPetscComm_Get': <PyCObject object at 0xb8001578>,
 'PyPetscComm_GetPtr': <PyCObject object at 0xb80014a0>,
 'PyPetscComm_New': <PyCObject object at 0xb8001470>,
 'PyPetscDA_Get': <PyCObject object at 0xb80016e0>,
...

__type_registry__

Value:
{0: None,
 1211212: <type 'petsc4py.PETSc.Object'>,
 1211218: <type 'petsc4py.PETSc.Viewer'>,
 1211219: <type 'petsc4py.PETSc.Random'>,
 1211220: <type 'petsc4py.PETSc.IS'>,
 1211221: <type 'petsc4py.PETSc.LGMap'>,
 1211222: <type 'petsc4py.PETSc.Vec'>,
 1211223: <type 'petsc4py.PETSc.Scatter'>,
...