Lines Matching refs:vghost
276 …err = dmmoab->pcomm->filter_pstatus(tmpvtxs, PSTATUS_INTERFACE, PSTATUS_OR, -1, dmmoab->vghost); in DMMoabSetLocalVertices()
278 tmpvtxs = moab::subtract(tmpvtxs, *dmmoab->vghost); in DMMoabSetLocalVertices()
286 dmmoab->nghost = dmmoab->vghost->size(); in DMMoabSetLocalVertices()
339 if (ghost) *ghost = ((DM_Moab *)dm->data)->vghost; in DMMoabGetLocalVertices()
910 delete dmmoab->vghost; in DMDestroy_Moab()
1000 …ab->pcomm->filter_pstatus(adjs, PSTATUS_GHOST | PSTATUS_INTERFACE, PSTATUS_OR, -1, dmmoab->vghost); in DMSetUp_Moab()
1002 adjs = moab::subtract(adjs, *dmmoab->vghost); in DMSetUp_Moab()
1010 dmmoab->nghost = dmmoab->vghost->size(); in DMSetUp_Moab()
1075 …merr = dmmoab->mbiface->tag_get_data(dmmoab->ltog_tag, *dmmoab->vghost, &dmmoab->gsindices[dmmoab-… in DMSetUp_Moab()
1116 …for (moab::Range::iterator iter = dmmoab->vghost->begin(); iter != dmmoab->vghost->end(); iter++, … in DMSetUp_Moab()
1521 ((DM_Moab *)dm->data)->vghost = new moab::Range(); in DMCreate_Moab()