# ISLocalToGlobalMappingType
String with the name of a mapping method 
## Synopsis
```
#include "petscis.h" 
typedef const char *ISLocalToGlobalMappingType;
#define ISLOCALTOGLOBALMAPPINGBASIC "basic"
#define ISLOCALTOGLOBALMAPPINGHASH  "hash"

```



## See Also
 `ISLocalToGlobalMappingSetType()`, `ISLocalToGlobalSetFromOptions()`

## Level
beginner

## Location
<A HREF="PETSC_DOC_OUT_ROOT_PLACEHOLDER/include/petscis.h.html#ISLocalToGlobalMappingType">include/petscis.h</A>


---
[Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscis.h)


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