#include "petscdmmoab.h" PetscErrorCode DMMoabCheckBoundaryVertices(DM dm, PetscInt nconn, const moab::EntityHandle *cnt, PetscBool* isbdvtx)
dm | - The DMMoab object | |
nconn | - Number of handles | |
cnt | - Array of entity handles |
isbdvtx | - Array of boundary markers - PETSC_TRUE if entity on boundary; PETSC_FALSE otherwise |