#include "petscsys.h" #include "petscis.h" PetscErrorCode ISAllGatherIndices(MPI_Comm comm,PetscInt n,const PetscInt lindices[],PetscInt *outN,PetscInt *outindices[])Collective on MPI_Comm
comm | - communicator to share the indices | |
n | - local size of set | |
lindices | - local indices |
outN | - total number of indices | |
outindices | - all of the integers |
Level:intermediate
Location:src/vec/is/utils/iscoloring.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages