Searched refs:bndyfaces (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 832 if (dmmoab->bndyfaces->index(ent) >= 0) *ent_on_boundary = PETSC_TRUE; in DMMoabIsEntityOnBoundary() 892 if (bdfaces) *bdfaces = dmmoab->bndyfaces; in DMMoabGetBoundaryMarkers() 914 delete dmmoab->bndyfaces; in DMDestroy_Moab() 1158 dmmoab->bndyfaces = new moab::Range(); in DMSetUp_Moab() 1169 …merr = skinner.find_skin(dmmoab->fileset, *dmmoab->elocal, false, *dmmoab->bndyfaces, NULL, true, … 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() 1181 merr = dmmoab->mbiface->get_connectivity(*dmmoab->bndyfaces, *dmmoab->bndyvtx, false); in DMSetUp_Moab() 1202 … if (dmmoab->hierarchy->is_entity_on_boundary(faces[ifa])) dmmoab->bndyfaces->insert(faces[ifa]); in DMSetUp_Moab() 1209 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyfaces, PSTATUS_NOT_OWNED, PSTATUS_NOT); 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
|