DMPlexGetNumFaceVertices#
Returns the number of vertices on a face
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetNumFaceVertices(DM dm, PetscInt cellDim, PetscInt numCorners, PetscInt *numFaceVertices)
Not Collective
Input Parameters#
dm - The DMPlex
cellDim - The cell dimension
numCorners - The number of vertices on a cell
Output Parameters#
numFaceVertices - The number of vertices on a face
Notes#
Of course this can only work for a restricted set of symmetric shapes
See Also#
Level#
developer
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages