ISLocalToGlobalMappingGetBlockIndices#
Get global indices for every local block
Synopsis#
#include "petscis.h"
PetscErrorCode ISLocalToGlobalMappingGetBlockIndices(ISLocalToGlobalMapping ltog, const PetscInt **array)
Not Collective
Input Parameter#
ltog - local to global mapping
Output Parameter#
array - array of indices
See Also#
Low-level Vector Communication, ISLocalToGlobalMappingCreate()
, ISLocalToGlobalMappingApply()
, ISLocalToGlobalMappingRestoreBlockIndices()
Level#
advanced
Location#
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages