Searched refs:ghostMaxPE (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/graphops/coarsen/impls/hem/ |
| H A D | hem.c | 460 Vec locMaxEdge, ghostMaxEdge, ghostMaxPE, locMaxPE; in MatCoarsenApply_HEM_private() local 608 PetscCall(VecDuplicate(mpimat->lvec, &ghostMaxPE)); in MatCoarsenApply_HEM_private() 609 … PetscCall(VecScatterBegin(mpimat->Mvctx, locMaxPE, ghostMaxPE, INSERT_VALUES, SCATTER_FORWARD)); in MatCoarsenApply_HEM_private() 610 PetscCall(VecScatterEnd(mpimat->Mvctx, locMaxPE, ghostMaxPE, INSERT_VALUES, SCATTER_FORWARD)); in MatCoarsenApply_HEM_private() 611 PetscCall(VecGetArrayRead(ghostMaxPE, &buf)); in MatCoarsenApply_HEM_private() 613 PetscCall(VecRestoreArrayRead(ghostMaxPE, &buf)); in MatCoarsenApply_HEM_private() 1043 … PetscCall(VecScatterBegin(mpimat->Mvctx, locMaxPE, ghostMaxPE, INSERT_VALUES, SCATTER_FORWARD)); in MatCoarsenApply_HEM_private() 1044 … PetscCall(VecScatterEnd(mpimat->Mvctx, locMaxPE, ghostMaxPE, INSERT_VALUES, SCATTER_FORWARD)); in MatCoarsenApply_HEM_private() 1045 PetscCall(VecGetArrayRead(ghostMaxPE, &buf)); in MatCoarsenApply_HEM_private() 1047 PetscCall(VecRestoreArrayRead(ghostMaxPE, &buf)); in MatCoarsenApply_HEM_private() [all …]
|