DMMoabCheckBoundaryVertices#
Check whether a given entity is on the boundary (vertex, edge, face, element)
Synopsis#
#include "petscdmmoab.h"   
PetscErrorCode DMMoabCheckBoundaryVertices(DM dm, PetscInt nconn, const moab::EntityHandle *cnt, PetscBool *isbdvtx)
Input Parameters#
- dm - The - DMMOABobject
- nconn - Number of handles 
- cnt - Array of entity handles 
Output Parameter#
- isbdvtx - Array of boundary markers - - PETSC_TRUEif entity on boundary;- PETSC_FALSEotherwise
See Also#
Level#
beginner
Location#
Examples#
src/ksp/ksp/tutorials/ex35.cxx
src/ksp/ksp/tutorials/ex36.cxx
Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages