DMNetworkGetSupportingEdges#
Return the supporting edges for this vertex point
Synopsis#
#include "petscdmnetwork.h"
PetscErrorCode DMNetworkGetSupportingEdges(DM dm, PetscInt vertex, PetscInt *nedges, const PetscInt *edges[])
Not Collective
Input Parameters#
dm - the
DMNETWORK
objectvertex - the vertex point
Output Parameters#
nedges - number of edges connected to this vertex point
edges - list of edge points
See Also#
DM
, DMNETWORK
, DMNetworkCreate()
, DMNetworkGetConnectedVertices()
Level#
beginner
Location#
src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages