#include "petscis.h" PetscErrorCode ISBlockSetIndices(IS is,PetscInt bs,PetscInt n,const PetscInt idx[],PetscCopyMode mode)Collective on IS Many br
is | - the index set Many br | |
bs | - number of elements in each block, one for each block and count of block not indices Many br | |
n | - the length of the index set (the number of blocks) Many br | |
idx | - the list of integers, these are by block, not by location Many br+ mode - see PetscCopyMode, only PETSC_COPY_VALUES and PETSC_OWN_POINTER are supported Many br |