Searched refs:bndyvtx (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 827 *ent_on_boundary = ((dmmoab->bndyvtx->index(ent) >= 0) ? PETSC_TRUE : PETSC_FALSE); in DMMoabIsEntityOnBoundary() 864 …for (i = 0; i < nconn; ++i) isbdvtx[i] = (dmmoab->bndyvtx->index(cnt[i]) >= 0 ? PETSC_TRUE : PETSC… in DMMoabCheckBoundaryVertices() 891 if (bdvtx) *bdvtx = dmmoab->bndyvtx; in DMMoabGetBoundaryMarkers() 913 delete dmmoab->bndyvtx; in DMDestroy_Moab() 1157 dmmoab->bndyvtx = new moab::Range(); in DMSetUp_Moab() 1181 merr = dmmoab->mbiface->get_connectivity(*dmmoab->bndyfaces, *dmmoab->bndyvtx, false); in DMSetUp_Moab() 1183 …merr = dmmoab->mbiface->get_adjacencies(*dmmoab->bndyvtx, dmmoab->dim, false, *dmmoab->bndyelems, … in DMSetUp_Moab() 1196 … if (dmmoab->hierarchy->is_entity_on_boundary(connect[iv])) dmmoab->bndyvtx->insert(connect[iv]); in DMSetUp_Moab() 1207 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyvtx, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab() 1215 …dary vertices, %zu boundary faces and %zu boundary elements.\n", dmmoab->bndyvtx->size(), dmmoab->… in DMSetUp_Moab() [all …]
|
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 80 …moab::Range *bndyvtx, *bndyfaces, *bndyelems; /* Boundary entities: skin vertices, skin face… member
|