Lines Matching refs:pcomm
127 dmmoab->pcomm = moab::ParallelComm::get_pcomm(dmmoab->mbiface, partnset, &comm); in DMMoabCreateMoab()
177 PetscErrorCode DMMoabGetParallelComm(DM dm, moab::ParallelComm **pcomm) in DMMoabGetParallelComm() argument
181 *pcomm = ((DM_Moab *)dm->data)->pcomm; in DMMoabGetParallelComm()
208 dmmoab->pcomm = NULL; in DMMoabSetInterface()
271 …merr = dmmoab->pcomm->filter_pstatus(*dmmoab->vlocal, PSTATUS_NOT_OWNED, PSTATUS_NOT, -1, dmmoab->… in DMMoabSetLocalVertices()
276 …merr = dmmoab->pcomm->filter_pstatus(tmpvtxs, PSTATUS_INTERFACE, PSTATUS_OR, -1, dmmoab->vghost… in DMMoabSetLocalVertices()
390 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMMoabSetLocalElements()
935 delete dmmoab->pcomm; in DMDestroy_Moab()
942 dmmoab->pcomm = NULL; in DMDestroy_Moab()
983 …PetscCheck(dmmoab->pcomm != NULL, PETSC_COMM_WORLD, PETSC_ERR_ORDER, "Set the MOAB ParallelComm ob… in DMSetUp_Moab()
994 …merr = dmmoab->pcomm->filter_pstatus(*dmmoab->vlocal, PSTATUS_NOT_OWNED, PSTATUS_NOT, -1, dmmoab->… in DMSetUp_Moab()
1000 …merr = dmmoab->pcomm->filter_pstatus(adjs, PSTATUS_GHOST | PSTATUS_INTERFACE, PSTATUS_OR, -1, dmmo… in DMSetUp_Moab()
1042 … merr = dmmoab->pcomm->filter_pstatus(*dmmoab->elocal, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1174 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyfaces, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1176 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyfaces, PSTATUS_INTERFACE, PSTATUS_NOT); in DMSetUp_Moab()
1207 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyvtx, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1209 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyfaces, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1211 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyelems, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()
1233 merr = dmmoab->pcomm->filter_pstatus(msetelems, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab()