:orphan: # DMNetworkGetVertexLocalToGlobalOrdering Get vertex global index ## Synopsis ``` #include "petscdmnetwork.h" PetscErrorCode DMNetworkGetVertexLocalToGlobalOrdering(DM dm, PetscInt vloc, PetscInt *vg) ``` Not Collective ## Input Parameters - ***dm -*** the `DMNETWORK` object - ***vloc -*** local vertex ordering, start from 0 ## Output Parameter - ***vg -*** global vertex ordering, start from 0 ## See Also `DM`, `DMNETWORK`, `DMNetworkSetVertexLocalToGlobalOrdering()` ## Level advanced ## Location src/dm/impls/network/network.c --- [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](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)