ISBlockRestoreIndices
Restores the indices associated with each block.
Synopsis
int ISBlockRestoreIndices(IS is,int **idx)
Not
Collective
Input Parameter
is -the index set
Output Parameter
idx -the integer indices
Keywords
IS, index set, block, restore, indices
See Also
ISRestoreIndices(), ISBlockGetIndices()
Examples
src/is/examples/tutorials/ex3.c
Location: src/is/impls/seq/block/block.c
IS and DA Index
Table of Contents