DMPlexGetGeomModelBodyShells#
Returns an array of PetscGeom SHELL objects attached to the referenced BODY geometric entity as well as the number of SHELLs.
Synopsis#
#include "petscdmplex.h"
PetscErrorCode DMPlexGetGeomModelBodyShells(DM dm, PetscGeom body, PetscGeom *shells[], PetscInt *numShells) PeNS
Collective
Input Parameters#
dm - The
DMPLEXobject with an attachedPetscContainerstoring a CAD Geometry objectbody -
PetscGeomBODY object containing the SHELL objects 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