Lines Matching refs:bndyfaces
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()
1215 …y faces and %zu boundary elements.\n", dmmoab->bndyvtx->size(), dmmoab->bndyfaces->size(), dmmoab-… in DMSetUp_Moab()
1401 …lls=%zu, faces=%zu, vertices=%zu\n", dmmoab->bndyelems->size(), dmmoab->bndyfaces->size(), dmmoab-… in DMMoabView_Ascii()