petsc-3.14.6 2021-03-30
ISBlockRestoreIndices
Restores the indices associated with each block.
Synopsis
#include "petscis.h"
PetscErrorCode ISBlockRestoreIndices(IS is,const PetscInt *idx[])
Not Collective
Input Parameter
Output Parameter
| idx | - the integer indices
|
See Also
ISRestoreIndices(), ISBlockGetIndices()
Level
intermediate
Location
src/vec/is/is/impls/block/block.c
Examples
src/vec/is/is/tutorials/ex3.c.html
Implementations
ISBlockRestoreIndices_Block in 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