Lines Matching refs:bcol
11 PetscInt brow, i, j, k, l, mbs, n, *nidx, isz, bcol, bcol_max, start, end, *ai, *aj, bs; in MatIncreaseOverlap_SeqSBAIJ() local
58 bcol = aj[l]; in MatIncreaseOverlap_SeqSBAIJ()
59 if (!PetscBTLookupSet(table_out, bcol)) { in MatIncreaseOverlap_SeqSBAIJ()
60 nidx[isz++] = bcol; in MatIncreaseOverlap_SeqSBAIJ()
61 if (bcol_max < bcol) bcol_max = bcol; in MatIncreaseOverlap_SeqSBAIJ()
68 bcol = aj[l]; in MatIncreaseOverlap_SeqSBAIJ()
69 if (bcol > bcol_max) break; in MatIncreaseOverlap_SeqSBAIJ()
70 if (PetscBTLookup(table_in, bcol)) { in MatIncreaseOverlap_SeqSBAIJ()
1521 PetscInt ncols, brow, bcol, krow, kcol; in MatGetRowMaxAbs_SeqSBAIJ() local
1541 bcol = bs * (*aj); in MatGetRowMaxAbs_SeqSBAIJ()
1543 col = bcol + kcol; /* col index */ in MatGetRowMaxAbs_SeqSBAIJ()