DMPlexGetGeomModelFaceEdges#

Returns an array of PetscGeom EDGE objects attached to the referenced FACE geometric entity as well as the number of EDGEs.

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetGeomModelFaceEdges(DM dm, PetscGeom body, PetscGeom face, PetscGeom **edges, PetscInt *numEdges) PeNS

Collective

Input Parameters#

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

  • body - PetscGeom Body object containing the EDGE objects of interest.

  • face - PetscGeom FACE object with EDGEs of interest.

Output Parameters#

  • edges - Array of PetscGeom EDGE objects referenced by the PetscGeom FACE object

  • numEdges - Number of EDGEs referenced by the PetscGeom FACE object. Also the size of **edges array.

See Also#

Level#

intermediate

Location#

src/dm/impls/plex/plexegads.c


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