petsc-3.7.1 2016-05-15
ISBlockGetIndices
Gets the indices associated with each block.
Synopsis
#include "petscis.h"
PetscErrorCode ISBlockGetIndices(IS is,const PetscInt *idx[])
Not Collective Many br
Input Parameter
is -the index set Many br
Output Parameter
idx -the integer indices, one for each block and count of block not indices Many br
Many br
See Also
ISGetIndices(), ISBlockRestoreIndices()
Level:intermediate
Location:src/vec/is/is/impls/block/block.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages
Examples
src/vec/is/is/examples/tutorials/ex3.c.html