petsc-3.13.6 2020-09-29
Report Typos and Errors

ISLocalToGlobalMappingRestoreIndices

Restore indices obtained with ISLocalToGlobalMappingGetIndices()

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

Examples

src/ksp/ksp/tutorials/ex43.c.html
src/ksp/ksp/tutorials/ex49.c.html
src/ksp/ksp/tutorials/ex70.c.html
src/ksp/ksp/tutorials/ex14f.F90.html

Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages