petsc4py.PETSc.ScatterMode¶
- class petsc4py.PETSc.ScatterMode¶
Bases:
objectScatter mode.
Most commonly used scatter modes are:
See also
Scatter.create,Scatter.begin,Scatter.end,petsc.ScatterModeAttributes Summary
Constant
FORWARDof typeintConstant
FORWARD_LOCALof typeintConstant
REVERSEof typeintConstant
REVERSE_LOCALof typeintConstant
SCATTER_FORWARDof typeintConstant
SCATTER_FORWARD_LOCALof typeintConstant
SCATTER_REVERSEof typeintConstant
SCATTER_REVERSE_LOCALof typeintAttributes Documentation