#include "petscis.h" PetscErrorCode ISEqual(IS is1,IS is2,PetscBool *flg)Collective on IS
Each processor has to have the same indices in the two sets, for example,
Processor
0 1
is1 = {0, 1} {2, 3}
is2 = {2, 3} {0, 1}will return false.
Level:intermediate
Location:src/vec/is/is/utils/iscomp.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages