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
DMPLEXobject with an attachedPetscContainerstoring a CAD Geometry objectbody -
PetscGeombody object containing the EDGE object of interest.edge -
PetscGeomEDGE object with NODEs 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