DMPlexGetGeomModelEdgeNodes#

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

Synopsis#

#include "petscdmplex.h"   
PetscErrorCode DMPlexGetGeomModelEdgeNodes(DM dm, PetscGeom body, PetscGeom edge, PetscGeom **nodes, PetscInt *numNodes) PeNS

Collective

Input Parameters#

  • dm - The DMPlex object with an attached PetscContainer storing a CAD Geometry object

  • body - PetscGeom body object containing the EDGE object of interest.

  • edge - PetscGeom EDGE object with NODEs of interest.

Output Parameters#

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

  • numNodes - Number of Nodes referenced by the PetscGeom EDGE object. Also the size of **nodes array.

See Also#

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