int VecScatterEnd(Vec x,Vec y,InsertMode addv,ScatterMode mode, VecScatter ctx)Collective on VecScatter and Vec
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: |
ctx | - scatter context generated by VecScatterCreate() |
Location: src/vec/utils/vscat.c
Vector Index
Table of Contents