DMIsBoundaryPoint#
Determine whether a mesh point lies on a DM boundary
Synopsis#
#include "petscdm.h"
#include "petscdmlabel.h"
#include "petscds.h"
PetscErrorCode DMIsBoundaryPoint(DM dm, PetscInt point, PetscBool *isBd)
Not Collective
Input Parameters#
dm - the
DMobjectpoint - the mesh point number
Output Parameter#
isBd -
PETSC_TRUEifpointbelongs to any boundary label registered on theDM
See Also#
DM Basics, DM, DMLabel, DMAddBoundary(), PetscDSGetBoundary()
Level#
developer
Location#
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages