# DMNetworkSharedVertexGetInfo
Get info of a shared vertex struct, see petsc/private/dmnetworkimpl.h 
## Synopsis
```
#include "petscdmnetwork.h"  
PetscErrorCode DMNetworkSharedVertexGetInfo(DM dm, PetscInt v, PetscInt *gidx, PetscInt *n, const PetscInt **sv)
```
Not collective


## Input Parameters

- ***dm -*** the DM object
- ***v -*** vertex point



## Output Parameters

- ***gidx -*** global number of this shared vertex in the internal dmplex
- ***n -*** number of subnetworks that share this vertex
- ***sv -*** array of size n: sv[2*i,2*i+1]=(net[i], idx[i]), i=0,...,n-1





## See Also
 `DMNetworkGetSharedVertices()`

## Level
intermediate

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/dm/impls/network/network.c.html#DMNetworkSharedVertexGetInfo">src/dm/impls/network/network.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/dm/impls/network/network.c)


[Index of all DMNetwork routines](index.md)  
[Table of Contents for all manual pages](/docs/manualpages/index.md)  
[Index of all manual pages](/docs/manualpages/singleindex.md)  
