Lines Matching refs:ghostMaxPE
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()
1062 PetscCall(VecDestroy(&ghostMaxPE)); in MatCoarsenApply_HEM_private()