#include "petscvec.h" PetscErrorCode VecScatterEnd(VecScatter ctx,Vec x,Vec y,InsertMode addv,ScatterMode mode)Neighbor-wise Collective on VecScatter and Vec Many br
ctx | - scatter context generated by VecScatterCreate() Many br | |
x | - the vector from which we scatter Many br | |
y | - the vector to which we scatter Many br | |
addv | - either ADD_VALUES or INSERT_VALUES. Many br | |
mode | - the scattering mode, usually SCATTER_FORWARD. The available modes are: Many brSCATTER_FORWARD, SCATTER_REVERSE Many br |
Many br
y[iy[i]] = x[ix[i]], for i=0,...,ni-1 Many br
Level:intermediate
Location:src/vec/vec/utils/vscat.c
Index of all Vec routines
Table of Contents for all manual pages
Index of all manual pages