#include "petscis.h" PetscErrorCode ISInvertPermutation(IS is,PetscInt nlocal,IS *isout)Collective on IS
is | - the index set | |
nlocal | - number of indices on this processor in result (ignored for 1 proccessor) or use PETSC_DECIDE |
Notes: For parallel index sets this does the complete parallel permutation, but the code is not efficient for huge index sets (10,000,000 indices).
Level:intermediate
Location:src/vec/is/is/interface/index.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages