#include "petscis.h" PetscErrorCode ISColoringCreate(MPI_Comm comm,PetscInt ncolors,PetscInt n,const ISColoringValue colors[],PetscCopyMode mode,ISColoring *iscoloring)Collective on MPI_Comm Many br
comm | - communicator for the processors creating the coloring Many br | |
ncolors | - max color value Many br | |
n | - number of nodes on this processor Many br | |
colors | - array containing the colors for this processor, color numbers begin at 0. Many br | |
mode | - see PetscCopyMode for meaning of this flag. Many br |
Many br
Notes: By default sets coloring type to IS_COLORING_GLOBAL Many br
Level:advanced
Location:src/vec/is/is/utils/iscoloring.c
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages