:orphan: # DMMoabGetBoundaryMarkers Return references to the vertices, faces, elements on the boundary ## Synopsis ``` #include "petscdmmoab.h" PetscErrorCode DMMoabGetBoundaryMarkers(DM dm, const moab::Range **bdvtx, const moab::Range **bdelems, const moab::Range **bdfaces) ``` ## Input Parameter - ***dm -*** The DMMoab object ## Output Parameters - ***bdvtx -*** Boundary vertices - ***bdelems -*** Boundary elements - ***bdfaces -*** Boundary faces ## See Also `DMMoabCheckBoundaryVertices()`, `DMMoabIsEntityOnBoundary()` ## Level beginner ## Location src/dm/impls/moab/dmmoab.cxx --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/moab/dmmoab.cxx) [Index of all DMMOAB routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)