petsc4py.PETSc.Scatter.Mode#
- class petsc4py.PETSc.Scatter.Mode#
Bases:
object
Scatter mode.
Most commonly used scatter modes are:
See also
Attributes Summary
Constant
FORWARD
of typeint
Constant
FORWARD_LOCAL
of typeint
Constant
REVERSE
of typeint
Constant
REVERSE_LOCAL
of typeint
Constant
SCATTER_FORWARD
of typeint
Constant
SCATTER_FORWARD_LOCAL
of typeint
Constant
SCATTER_REVERSE
of typeint
Constant
SCATTER_REVERSE_LOCAL
of typeint
Attributes Documentation