Searched refs:VecScatterEnd_Internal (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vscat.c | 78 static PetscErrorCode VecScatterEnd_Internal(VecScatter sf, Vec x, Vec y, InsertMode addv, ScatterM… in VecScatterEnd_Internal() function 1325 if (sf->vscat.beginandendtogether) PetscCall(VecScatterEnd_Internal(sf, x, y, addv, mode)); in VecScatterBegin() 1362 PetscCall(VecScatterEnd_Internal(sf, x, y, addv, mode)); in VecScatterEnd()
|