Searched refs:bndyelems (Results 1 – 2 of 2) sorted by relevance
| /petsc/include/petsc/private/ |
| H A D | dmmbimpl.h | 80 …moab::Range *bndyvtx, *bndyfaces, *bndyelems; /* Boundary entities: skin vertices, skin face… member
|
| /petsc/src/dm/impls/moab/ |
| H A D | dmmoab.cxx | 830 if (dmmoab->bndyelems->index(ent) >= 0) *ent_on_boundary = PETSC_TRUE; in DMMoabIsEntityOnBoundary() 893 if (bdelems) *bdfaces = dmmoab->bndyelems; in DMMoabGetBoundaryMarkers() 915 delete dmmoab->bndyelems; in DMDestroy_Moab() 1159 dmmoab->bndyelems = new moab::Range(); in DMSetUp_Moab() 1183 …mbiface->get_adjacencies(*dmmoab->bndyvtx, dmmoab->dim, false, *dmmoab->bndyelems, moab::Interface… in DMSetUp_Moab() 1190 dmmoab->bndyelems->insert(elemHandle); in DMSetUp_Moab() 1211 merr = dmmoab->pcomm->filter_pstatus(*dmmoab->bndyelems, PSTATUS_NOT_OWNED, PSTATUS_NOT); in DMSetUp_Moab() 1215 …dary elements.\n", dmmoab->bndyvtx->size(), dmmoab->bndyfaces->size(), dmmoab->bndyelems->size())); in DMSetUp_Moab() 1401 …ewerASCIIPrintf(viewer, "cells=%zu, faces=%zu, vertices=%zu\n", dmmoab->bndyelems->size(), dmmoab-… in DMMoabView_Ascii()
|