#include "petscis.h" PetscErrorCode ISPermutation(IS is,PetscBool *perm)Logically Collective on IS
Note: If it is not alread known that the IS is a permutation (if ISSetPermutation() or ISSetInfo() has not been called), this routine will not attempt to compute whether the index set is a permutation and will assume perm is PETSC_FALSE. To compute the value when it is not already known, use ISGetInfo() with the compute flag set to PETSC_TRUE.