DMPlexGetGeomModelBodyNodes#

Returns an array of PetscGeom NODE objects attached to the referenced BODY geometric entity as well as the number of NODES.

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetGeomModelBodyNodes(DM dm, PetscGeom body, PetscGeom *nodes[], PetscInt *numNodes) PeNS

Collective

Input Parameters#

Output Parameters#

  • nodes - Array of PetscGeom NODE objects referenced by the PetscGeom BODY object

  • numNodes - Number of NODEs referenced by the PetscGeom BODY object. Also the length of nodes.

See Also#

DMPlexGetGeomModelBodies(), DMPlexGetGeomModelTUV(), DMPlexInflateToGeomModelUseTUV(), DMPlexInflateToGeomModelUseXYZ()

Level#

intermediate

Location#

src/dm/impls/plex/plexegads.c


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