Searched refs:VecStashScatterGetMesg_Private (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/vec/vec/utils/ |
| H A D | vecstash.c | 331 PetscErrorCode VecStashScatterGetMesg_Private(VecStash *stash, PetscMPIInt *nvals, PetscInt **rows,… in VecStashScatterGetMesg_Private() function
|
| /petsc/include/petsc/private/ |
| H A D | vecimpl.h | 253 PETSC_INTERN PetscErrorCode VecStashScatterGetMesg_Private(VecStash *, PetscMPIInt *, PetscInt **, …
|
| /petsc/src/vec/vec/impls/mpi/ |
| H A D | pdvec.c | 864 PetscCall(VecStashScatterGetMesg_Private(&vec->stash, &n, &row, &val, &flg)); in VecAssemblyEnd_MPI() 876 PetscCall(VecStashScatterGetMesg_Private(&vec->bstash, &n, &row, &val, &flg)); in VecAssemblyEnd_MPI()
|