#include "petscvec.h" PetscErrorCode VecScatterEnd(VecScatter ctx,Vec x,Vec y,InsertMode addv,ScatterMode mode)Neighbor-wise Collective on VecScatter and Vec
ctx | - scatter context generated by VecScatterCreate() | |
x | - the vector from which we scatter | |
y | - the vector to which we scatter | |
addv | - either ADD_VALUES or INSERT_VALUES. | |
mode | - the scattering mode, usually SCATTER_FORWARD. The available modes are: SCATTER_FORWARD, SCATTER_REVERSE |
y[iy[i]] = x[ix[i]], for i=0,...,ni-1
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