struct _n_ISColoring { PetscInt refct; PetscInt n; /* number of colors */ IS *is; /* for each color indicates columns */ MPI_Comm comm; ISColoringValue *colors; /* for each column indicates color */ PetscInt N; /* number of columns */ ISColoringType ctype; };
Developer Note: this is not a PetscObject
Level:intermediate
Location:src/vec/is/../../../include/petscis.h
Index of all IS routines
Table of Contents for all manual pages
Index of all manual pages