petsc-3.3-p7 2013-05-11

ISLocalToGlobalMappingGetIndices

Get global indices for every local point

Synopsis

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

Input Arguments

ltog -local to global mapping

Output Arguments

array -array of indices

See Also

ISLocalToGlobalMappingCreate(), ISLocalToGlobalMappingApply(), ISLocalToGlobalMappingRestoreIndices()

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