DMPlexGetGeomModelShellFaces#
Returns an array of PetscGeom FACE objects attached to the referenced SHELL geometric entity as well as the number of FACEs.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetGeomModelShellFaces(DM dm, PetscGeom body, PetscGeom shell, PetscGeom *faces[], PetscInt *numFaces) PeNS
Collective
Input Parameters#
dm - The
DMPLEXobject with an attachedPetscContainerstoring a CAD Geometry objectbody -
PetscGeomBODY object containing the FACE objects of interest.shell -
PetscGeomSHELL object with FACEs of interest.
Output Parameters#
See Also#
DMPlexGetGeomModelBodies(), DMPlexGetGeomModelTUV(), DMPlexInflateToGeomModelUseTUV(), DMPlexInflateToGeomModelUseXYZ()
Level#
intermediate
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages