Searched defs:_p_MatTransposeColoring (Results 1 – 1 of 1) sorted by relevance
699 struct _p_MatTransposeColoring { struct701 PetscInt M, N, m; /* total rows, columns; local rows */702 PetscInt rstart; /* first row owned by local processor */703 PetscInt ncolors; /* number of colors */704 PetscInt *ncolumns; /* number of local columns for a color */705 PetscInt *nrows; /* number of local rows for each color */706 PetscInt currentcolor; /* color for which function evaluation is being done now */707 ISColoringType ctype; /* IS_COLORING_GLOBAL or IS_COLORING_LOCAL */709 PetscInt *colorforrow, *colorforcol; /* pointer to rows and columns */710 …ows; /* lists the local rows for each color (using the local row numbering) */[all …]