petsc4py.PETSc.DM.PolytopeType

class petsc4py.PETSc.DM.PolytopeType

Bases: object

The DM cell types.

Attributes Summary

FV_GHOST

Constant FV_GHOST of type int

HEXAHEDRON

Constant HEXAHEDRON of type int

INTERIOR_GHOST

Constant INTERIOR_GHOST of type int

POINT

Constant POINT of type int

POINT_PRISM_TENSOR

Constant POINT_PRISM_TENSOR of type int

PYRAMID

Constant PYRAMID of type int

QUADRILATERAL

Constant QUADRILATERAL of type int

QUAD_PRISM_TENSOR

Constant QUAD_PRISM_TENSOR of type int

SEGMENT

Constant SEGMENT of type int

SEG_PRISM_TENSOR

Constant SEG_PRISM_TENSOR of type int

TETRAHEDRON

Constant TETRAHEDRON of type int

TRIANGLE

Constant TRIANGLE of type int

TRI_PRISM

Constant TRI_PRISM of type int

TRI_PRISM_TENSOR

Constant TRI_PRISM_TENSOR of type int

UNKNOWN

Constant UNKNOWN of type int

UNKNOWN_CELL

Constant UNKNOWN_CELL of type int

UNKNOWN_FACE

Constant UNKNOWN_FACE of type int

Attributes Documentation

FV_GHOST: int = FV_GHOST

Constant FV_GHOST of type int

HEXAHEDRON: int = HEXAHEDRON

Constant HEXAHEDRON of type int

INTERIOR_GHOST: int = INTERIOR_GHOST

Constant INTERIOR_GHOST of type int

POINT: int = POINT

Constant POINT of type int

POINT_PRISM_TENSOR: int = POINT_PRISM_TENSOR

Constant POINT_PRISM_TENSOR of type int

PYRAMID: int = PYRAMID

Constant PYRAMID of type int

QUADRILATERAL: int = QUADRILATERAL

Constant QUADRILATERAL of type int

QUAD_PRISM_TENSOR: int = QUAD_PRISM_TENSOR

Constant QUAD_PRISM_TENSOR of type int

SEGMENT: int = SEGMENT

Constant SEGMENT of type int

SEG_PRISM_TENSOR: int = SEG_PRISM_TENSOR

Constant SEG_PRISM_TENSOR of type int

TETRAHEDRON: int = TETRAHEDRON

Constant TETRAHEDRON of type int

TRIANGLE: int = TRIANGLE

Constant TRIANGLE of type int

TRI_PRISM: int = TRI_PRISM

Constant TRI_PRISM of type int

TRI_PRISM_TENSOR: int = TRI_PRISM_TENSOR

Constant TRI_PRISM_TENSOR of type int

UNKNOWN: int = UNKNOWN

Constant UNKNOWN of type int

UNKNOWN_CELL: int = UNKNOWN_CELL

Constant UNKNOWN_CELL of type int

UNKNOWN_FACE: int = UNKNOWN_FACE

Constant UNKNOWN_FACE of type int