DMPlexGetGeomFaceNumOfControlPoints#

Returns the total number of Control Points (and associated Weights) defining a FACE of a Geometry

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetGeomFaceNumOfControlPoints(DM dm, PetscGeom face, PetscInt *numCntrlPnts) PeNS

Not collective

Input Parameters#

  • dm - The DMPlex object with an attached PetscContainer storing a CAD Geometry object

  • face - PetscGeom FACE object

Output Parameter#

  • numCntrlPnts - Number of Control Points (and Weights) defining the FACE

See Also#

Level#

intermediate

Location#

src/dm/impls/plex/plexegads.c

Examples#

src/dm/impls/plex/tutorials/ex19.c
src/dm/impls/plex/tutorials/ex18.c


Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages