Lines Matching refs:nis

12   PetscInt  bs, nis = iscoloring->n, m = mat->rmap->n;  in MatFDColoringCreate_SeqXAIJ()  local
40 if (bcols > nis) bcols = nis; in MatFDColoringCreate_SeqXAIJ()
50 c->ncolors = nis; in MatFDColoringCreate_SeqXAIJ()
64 PetscInt i, j, nrows, nbcols, brows = c->brows, bcols = c->bcols, mbs = c->m, nis = c->ncolors; in MatFDColoringSetUpBlocked_AIJ_Private() local
70 PetscCall(PetscCalloc1(nis, &nrows_new)); in MatFDColoringSetUpBlocked_AIJ_Private()
81 for (i = 0; i < nis; i += bcols) { /* loop over colors */ in MatFDColoringSetUpBlocked_AIJ_Private()
82 if (i + bcols > nis) { in MatFDColoringSetUpBlocked_AIJ_Private()
83 color_start[nis - i] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()
84 bcols = nis - i; in MatFDColoringSetUpBlocked_AIJ_Private()
126 for (i = 0; i < nis; i += bcols) { /* loop over colors */ in MatFDColoringSetUpBlocked_AIJ_Private()
127 if (i + bcols > nis) { in MatFDColoringSetUpBlocked_AIJ_Private()
128 color_start[nis - i] = color_start[bcols]; in MatFDColoringSetUpBlocked_AIJ_Private()
129 bcols = nis - i; in MatFDColoringSetUpBlocked_AIJ_Private()
178 …PetscInt i, n, nrows, mbs = c->m, j, k, m, ncols, col, nis = iscoloring->n, *rowhit, bs,… in MatFDColoringSetUp_SeqXAIJ() local
210 PetscCall(PetscMalloc2(nis, &c->ncolumns, nis, &c->columns)); in MatFDColoringSetUp_SeqXAIJ()
211 PetscCall(PetscMalloc1(nis, &c->nrows)); /* nrows is freed separately from ncolumns and columns */ in MatFDColoringSetUp_SeqXAIJ()
233 for (i = 0; i < nis; i++) { /* loop over colors */ in MatFDColoringSetUp_SeqXAIJ()