petsc-3.12.5 2020-03-29
ScatterMode
Determines the direction of a scatter
Synopsis
typedef enum {SCATTER_FORWARD=0, SCATTER_REVERSE=1, SCATTER_FORWARD_LOCAL=2, SCATTER_REVERSE_LOCAL=3, SCATTER_LOCAL=2} ScatterMode;
See Also
VecScatter, VecScatterBegin(), VecScatterEnd()
Level
beginner
Location
src/vec/vscat/../../../include/petscvec.h
Examples
src/ksp/ksp/examples/tutorials/ex73.c.html
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages