#include "petscis.h" PetscErrorCode ISGetNonlocalIndices(IS is, const PetscInt *indices[])Collective on IS
is | - the index set |
indices | - indices with rank 0 indices first, and so on, omitting the current rank. Total number of indices is the difference total and local, obtained with ISGetSize() and ISGetLocalSize(), respectively. |