:orphan:
# ISLocalToGlobalMappingView
View a local to global mapping
## Synopsis
```
#include "petscis.h"
PetscErrorCode ISLocalToGlobalMappingView(ISLocalToGlobalMapping mapping, PetscViewer viewer)
```
Not Collective
## Input Parameters
- ***ltog -*** local to global mapping
- ***viewer -*** viewer
## See Also
[](sec_scatter), `PetscViewer`, `ISLocalToGlobalMapping`, `ISLocalToGlobalMappingDestroy()`, `ISLocalToGlobalMappingCreate()`
## Level
advanced
## Location
src/vec/is/utils/isltog.c
## Examples
src/vec/is/is/tutorials/ex4.c
---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/src/vec/is/utils/isltog.c)
[Index of all IS routines](index.md)
[Table of Contents for all manual pages](/manualpages/index.md)
[Index of all manual pages](/manualpages/singleindex.md)