Searched refs:vghost (Results 1 – 4 of 4) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 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() [all …]
|
| H A D | dmmbmat.cxx | 112 …if (dmmoab->vghost->find(connect[i]) != dmmoab->vghost->end()) n_onz++; /* update out-of-proc on… in DMMoab_Compute_NNZ_From_Connectivity()
|
| H A D | dmmbmg.cxx | 228 …if (dmbp->vghost->find(connp[ic]) != dmbp->vghost->end()) onz[ldof]++; /* update out-of-proc onz */ in DMCreateInterpolation_Moab()
|
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 78 …moab::Range *vowned, *vghost, *vlocal; /* Vertex entities: strictly owned, strictly g… member
|