#include "petscis.h" PetscErrorCode ISEqualUnsorted(IS is1,IS is2,PetscBool *flg)Collective on IS
is1, is2 | - The index sets being compared |
flg | - output flag, either PETSC_TRUE (if both index sets have the same indices), or PETSC_FALSE if the index sets differ by size or by the set of indices) |