DMNetworkGetGlobalEdgeIndex#
Get the global numbering for the edge on the network
Synopsis#
#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkGetGlobalEdgeIndex(DM dm, PetscInt p, PetscInt *index)
Not Collective
Input Parameters#
- dm - - DMNETWORKobject
- p - edge point 
Output Parameter#
- index - the global numbering for the edge 
See Also#
Level#
intermediate
Location#
src/dm/impls/network/network.c
Index of all DMNetwork routines
Table of Contents for all manual pages
Index of all manual pages