ISBlockGetIndices

Gets the indices associated with each block.

Synopsis

int ISBlockGetIndices(IS in,int **idx)
Not Collective

Input Parameter

is -the index set

Output Parameter

idx -the integer indices

Keywords

IS, index set, block, get, indices

See Also

ISGetIndices(), ISBlockRestoreIndices()

Examples

src/is/examples/tutorials/ex3.c

Location: src/is/impls/seq/block/block.c
IS and DA Index
Table of Contents