petsc-3.7.5 2017-01-01
Report Typos and Errors

DMGetNumBoundary

Get the number of registered BC

Synopsis

#include "petscdm.h"          
#include "petscdmlabel.h"     
PetscErrorCode DMGetNumBoundary(DM dm, PetscInt *numBd)

Input Parameters

dm -The mesh object

Output Parameters

numBd -The number of BC

See Also

DMAddBoundary(), DMGetBoundary()

Level:intermediate
Location:
src/dm/interface/dm.c
Index of all DM routines
Table of Contents for all manual pages
Index of all manual pages