PETSc version 3.15.5
DMNetworkGetSharedVertices
Returns the info for the shared vertices 
Synopsis
#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkGetSharedVertices(DM dm,PetscInt *nsv,const PetscInt **svtx)
Not collective
Input Parameters
Output Parameters
|  | nsv | - number of local shared vertices | 
|  | svtx | - local shared vertices | 
Notes
Cannot call this routine before DMNetworkLayoutSetup()
See Also
 DMNetworkGetSubnetwork(), DMNetworkLayoutSetUp(), DMNetworkAddSharedVertices()
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