petsc-3.7.5 2017-01-01
Report Typos and Errors

ISLocalToGlobalMappingRestoreIndices

Restore indices obtained with ISLocalToGlobalMappingRestoreIndices()

Synopsis

#include "petscis.h"  
PetscErrorCode  ISLocalToGlobalMappingRestoreIndices(ISLocalToGlobalMapping ltog,const PetscInt **array)
Not Collective

Input Arguments

ltog - local to global mapping
array - array of indices

See Also

ISLocalToGlobalMappingCreate(), ISLocalToGlobalMappingApply(), ISLocalToGlobalMappingGetIndices()

Level:advanced
Location:
src/vec/is/utils/isltog.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex43.c.html
src/ksp/ksp/examples/tutorials/ex49.c.html
src/ksp/ksp/examples/tutorials/ex14f.F.html