ISBlock
Checks if an index set is blocked.
Synopsis
int ISBlock(IS is,PetscTruth *flag)
Not
Collective
Input Parameter
is -the index set
Output Parameter
flag -PETSC_TRUE if a block index set, else PETSC_FALSE
Keywords
IS, index set, block
See Also
ISBlockGetSize(), ISGetSize(), ISBlockGetBlockSize(), ISCreateBlock()
Examples
src/is/examples/tutorials/ex3f90.F
src/is/examples/tutorials/ex3.c
Location: src/is/impls/seq/block/block.c
IS and DA Index
Table of Contents