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