#include "petscis.h" PetscErrorCode ISColoringGetIS(ISColoring iscoloring,PetscCopyMode mode, PetscInt *nn,IS *isis[])Collective on ISColoring
iscoloring | - the coloring context | |
mode | - if this value is PETSC_OWN_POINTER then the caller owns the pointer and must free the array of IS and each IS in the array |
nn | - number of index sets in the coloring context | |
is | - array of index sets |