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

Class PolytopeType


Instance Methods [hide private]

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

Class Variables [hide private]
  FV_GHOST = 12
  HEXAHEDRON = 7
  INTERIOR_GHOST = 13
  POINT = 0
  POINT_PRISM_TENSOR = 2
  PYRAMID = 11
  QUADRILATERAL = 4
  QUAD_PRISM_TENSOR = 10
  SEGMENT = 1
  SEG_PRISM_TENSOR = 5
  TETRAHEDRON = 6
  TRIANGLE = 3
  TRI_PRISM = 8
  TRI_PRISM_TENSOR = 9
  UNKNOWN = 14
  __qualname__ = 'DMPolytopeType'
Properties [hide private]

Inherited from object: __class__