# VecGetLocalToGlobalMapping
Gets the local-to-global numbering set by `VecSetLocalToGlobalMapping()` 
## Synopsis
```
#include "petscvec.h"   
PetscErrorCode VecGetLocalToGlobalMapping(Vec X, ISLocalToGlobalMapping *mapping)
```
Not Collective


## Input Parameter

- ***X -*** the vector



## Output Parameter

- ***mapping -*** the mapping





## See Also
 [](chapter_vectors), `Vec`, `VecSetValuesLocal()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/vec/interface/vector.c.html#VecGetLocalToGlobalMapping">src/vec/vec/interface/vector.c</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/vec/interface/vector.c)


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