petsc4py.PETSc.DMStag.StencilLocation#

class petsc4py.PETSc.DMStag.StencilLocation#

Bases: object

Stencil location types.

Attributes Summary

BACK

Constant BACK of type int

BACK_DOWN

Constant BACK_DOWN of type int

BACK_DOWN_LEFT

Constant BACK_DOWN_LEFT of type int

BACK_DOWN_RIGHT

Constant BACK_DOWN_RIGHT of type int

BACK_LEFT

Constant BACK_LEFT of type int

BACK_RIGHT

Constant BACK_RIGHT of type int

BACK_UP

Constant BACK_UP of type int

BACK_UP_LEFT

Constant BACK_UP_LEFT of type int

BACK_UP_RIGHT

Constant BACK_UP_RIGHT of type int

DOWN

Constant DOWN of type int

DOWN_LEFT

Constant DOWN_LEFT of type int

DOWN_RIGHT

Constant DOWN_RIGHT of type int

ELEMENT

Constant ELEMENT of type int

FRONT

Constant FRONT of type int

FRONT_DOWN

Constant FRONT_DOWN of type int

FRONT_DOWN_LEFT

Constant FRONT_DOWN_LEFT of type int

FRONT_DOWN_RIGHT

Constant FRONT_DOWN_RIGHT of type int

FRONT_LEFT

Constant FRONT_LEFT of type int

FRONT_RIGHT

Constant FRONT_RIGHT of type int

FRONT_UP

Constant FRONT_UP of type int

FRONT_UP_LEFT

Constant FRONT_UP_LEFT of type int

FRONT_UP_RIGHT

Constant FRONT_UP_RIGHT of type int

LEFT

Constant LEFT of type int

NULLLOC

Constant NULLLOC of type int

RIGHT

Constant RIGHT of type int

UP

Constant UP of type int

UP_LEFT

Constant UP_LEFT of type int

UP_RIGHT

Constant UP_RIGHT of type int

Attributes Documentation

BACK: int = BACK#

Constant BACK of type int

BACK_DOWN: int = BACK_DOWN#

Constant BACK_DOWN of type int

BACK_DOWN_LEFT: int = BACK_DOWN_LEFT#

Constant BACK_DOWN_LEFT of type int

BACK_DOWN_RIGHT: int = BACK_DOWN_RIGHT#

Constant BACK_DOWN_RIGHT of type int

BACK_LEFT: int = BACK_LEFT#

Constant BACK_LEFT of type int

BACK_RIGHT: int = BACK_RIGHT#

Constant BACK_RIGHT of type int

BACK_UP: int = BACK_UP#

Constant BACK_UP of type int

BACK_UP_LEFT: int = BACK_UP_LEFT#

Constant BACK_UP_LEFT of type int

BACK_UP_RIGHT: int = BACK_UP_RIGHT#

Constant BACK_UP_RIGHT of type int

DOWN: int = DOWN#

Constant DOWN of type int

DOWN_LEFT: int = DOWN_LEFT#

Constant DOWN_LEFT of type int

DOWN_RIGHT: int = DOWN_RIGHT#

Constant DOWN_RIGHT of type int

ELEMENT: int = ELEMENT#

Constant ELEMENT of type int

FRONT: int = FRONT#

Constant FRONT of type int

FRONT_DOWN: int = FRONT_DOWN#

Constant FRONT_DOWN of type int

FRONT_DOWN_LEFT: int = FRONT_DOWN_LEFT#

Constant FRONT_DOWN_LEFT of type int

FRONT_DOWN_RIGHT: int = FRONT_DOWN_RIGHT#

Constant FRONT_DOWN_RIGHT of type int

FRONT_LEFT: int = FRONT_LEFT#

Constant FRONT_LEFT of type int

FRONT_RIGHT: int = FRONT_RIGHT#

Constant FRONT_RIGHT of type int

FRONT_UP: int = FRONT_UP#

Constant FRONT_UP of type int

FRONT_UP_LEFT: int = FRONT_UP_LEFT#

Constant FRONT_UP_LEFT of type int

FRONT_UP_RIGHT: int = FRONT_UP_RIGHT#

Constant FRONT_UP_RIGHT of type int

LEFT: int = LEFT#

Constant LEFT of type int

NULLLOC: int = NULLLOC#

Constant NULLLOC of type int

RIGHT: int = RIGHT#

Constant RIGHT of type int

UP: int = UP#

Constant UP of type int

UP_LEFT: int = UP_LEFT#

Constant UP_LEFT of type int

UP_RIGHT: int = UP_RIGHT#

Constant UP_RIGHT of type int