:orphan: # ISLocalToGlobalMappingRestoreNodeInfo Frees the memory allocated by `ISLocalToGlobalMappingGetNodeInfo()` ## Synopsis ``` #include "petscis.h" PetscErrorCode ISLocalToGlobalMappingRestoreNodeInfo(ISLocalToGlobalMapping mapping, PetscInt *nnodes, PetscInt *count[], PetscInt **indices[]) ``` Collective ## Input Parameter - ***mapping -*** the mapping from local to global indexing ## Output Parameters - ***nnodes -*** number of local nodes - ***count -*** number of neighboring processors per node - ***indices -*** indices of processes sharing the node (sorted) ## See Also [](sec_scatter), `ISLocalToGlobalMappingDestroy()`, `ISLocalToGlobalMappingCreateIS()`, `ISLocalToGlobalMappingCreate()`, `ISLocalToGlobalMappingGetInfo()` ## Level advanced ## Location src/vec/is/utils/isltog.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)