DMMoabGetVertexConnectivity#
Get the vertex adjacency for the given entity
Synopsis#
#include "petscdmmoab.h"
PetscErrorCode DMMoabGetVertexConnectivity(DM dm, moab::EntityHandle vhandle, PetscInt *nconn, moab::EntityHandle **conn)
Collective
Input Parameters#
dm - The
DMMOAB
objectvhandle - Vertex entity handle
Output Parameters#
nconn - Number of entities whose coordinates are needed
conn - The vertex entity handles
See Also#
DMMOAB
, DMMoabGetVertexCoordinates()
, DMMoabRestoreVertexConnectivity()
Level#
beginner
Location#
Index of all DMMOAB routines
Table of Contents for all manual pages
Index of all manual pages