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 DMPlex object with an attached PetscContainer storing a CAD Geometry object
body - PetscGeom BODY object containing the LOOP objects of interest.
Output Parameters#
loops - Array of PetscGeom FACE objects referenced by the PetscGeom SHELL object
numLoops - Number of LOOPs referenced by the PetscGeom BODY object. Also the size of **loops array.
See Also#
Level#
intermediate
Location#
Index of all DMPlex routines
Table of Contents for all manual pages
Index of all manual pages