Home
last modified time | relevance | path

Searched refs:vghost (Results 1 – 4 of 4) sorted by relevance

/petsc/src/dm/impls/moab/
H A Ddmmoab.cxx276 …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 Ddmmbmat.cxx112 …if (dmmoab->vghost->find(connect[i]) != dmmoab->vghost->end()) n_onz++; /* update out-of-proc on… in DMMoab_Compute_NNZ_From_Connectivity()
H A Ddmmbmg.cxx228 …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 Ddmmbimpl.h78 …moab::Range *vowned, *vghost, *vlocal; /* Vertex entities: strictly owned, strictly g… member