PetscGeom#

Handle for an EGADS geometric entity (body, shell, face, loop, edge, or node) attached to a DMPLEX

Synopsis#

typedef ego PetscGeom;

Note#

PetscGeom is a typedef for the EGADS ego handle. It is used by the DMPlexGetGeom...() family of routines to navigate the CAD model that PETSc associates with a mesh.

See Also#

DMPlexGetGeomModelBodies(), DMPlexGetGeomObject(), DMPlexFreeGeomObject(), DMPlexGeomDataAndGrads()

Level#

intermediate

Location#

include/petscdmplexegads.h

Examples#

src/dm/impls/plex/tutorials/ex18.c
src/dm/impls/plex/tutorials/ex19.c


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