:orphan: # ISLocalToGlobalMappingGetIndicesF90 Get global indices for every local point that is mapped ## Synopsis ``` ISLocalToGlobalMappingGetIndicesF90(ISLocalToGlobalMapping ltog, PetscInt, pointer :: array(:)}, integer ierr) ``` Not Collective ## Input Parameter - ***A -*** the matrix ## Output Parameter - ***array -*** array of indices, the length of this array may be obtained with `ISLocalToGlobalMappingGetSize()` ## Note Use `ISLocalToGlobalMappingGetIndicesF90()` when you no longer need access to the data ## See Also [](sec_fortranarrays), [](sec_scatter), `ISLocalToGlobalMapping`, `ISLocalToGlobalMappingGetIndices()`, `ISLocalToGlobalMappingRestoreIndices()`, `ISLocalToGlobalMappingRestoreIndicesF90()` ## Level advanced ## Location src/vec/is/utils/isltog.c ## Examples src/ksp/ksp/tutorials/ex14f.F90
src/snes/tutorials/ex5f90t.F90
--- [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)