:orphan:
# ISLocalToGlobalMappingApplyIS
Creates from an `IS` in the local numbering a new index set using the global numbering defined in an `ISLocalToGlobalMapping` context. 
## Synopsis
```
#include "petscis.h"  
PetscErrorCode ISLocalToGlobalMappingApplyIS(ISLocalToGlobalMapping mapping, IS is, IS *newis)
```
Collective


## Input Parameters

- ***mapping -*** mapping between local and global numbering
- ***is -*** index set in local numbering



## Output Parameter

- ***newis -*** index set in global numbering





## Note
The output `IS` will have the same communicator as the input `IS`.


## See Also
 [](sec_scatter), `ISLocalToGlobalMappingApply()`, `ISLocalToGlobalMappingCreate()`,
`ISLocalToGlobalMappingDestroy()`, `ISGlobalToLocalMappingApply()`

## Level
advanced

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/src/vec/is/utils/isltog.c.html#ISLocalToGlobalMappingApplyIS">src/vec/is/utils/isltog.c</A>


---
[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)  
