#include "petscis.h" PetscErrorCode ISExpandIndicesGeneral(PetscInt n,PetscInt nkeys,PetscInt bs,PetscInt imax,const IS is_in[],IS is_out[])
n | - the length of the index set (not being used) | |
nkeys | - expected number of keys when PETSC_USE_CTABLE (not being used) | |
bs | - the size of block | |
imax | - the number of index sets | |
is_in | - the blocked array of index sets |
is_out | - the non-blocked new index set |