Lines Matching refs:bcol
208 bcol = col / bs; \
215 if (rp[t] > bcol) high = t; \
219 if (rp[_i] > bcol) break; \
220 if (rp[_i] == bcol) { \
229 …MatSeqXAIJReallocateAIJ(A, a->mbs, bs2, nrow, brow, bcol, rmax, aa, ai, aj, rp, ap, aimax, a->none…
235 rp[_i] = bcol; \
248 bcol = col / bs; \
255 if (rp[t] > bcol) high = t; \
259 if (rp[_i] > bcol) break; \
260 if (rp[_i] == bcol) { \
269 …MatSeqXAIJReallocateAIJ(B, b->mbs, bs2, nrow, brow, bcol, rmax, ba, bi, bj, rp, ap, bimax, b->none…
275 rp[_i] = bcol; \
305 PetscInt *rp, ii, nrow, _i, rmax, N, brow, bcol; in MatSetValues_MPISBAIJ() local
340 bcol = col / bs; in MatSetValues_MPISBAIJ()
341 if (brow > bcol) continue; /* ignore lower triangular blocks of A */ in MatSetValues_MPISBAIJ()
712 PetscInt brow, bcol, col, bs = baij->A->rmap->bs, row, grow, gcol, mbs = amat->mbs; in MatNorm_MPISBAIJ() local
722 for (bcol = 0; bcol < nz; bcol++) { in MatNorm_MPISBAIJ()
731 if (bcol > 0 && vabs > 0.0) rsum[grow + row] += vabs; in MatNorm_MPISBAIJ()
743 for (bcol = 0; bcol < nz; bcol++) { in MatNorm_MPISBAIJ()
2513 PetscInt i, bs, mbs, *bi, *bj, brow, j, ncols, krow, kcol, col, row, Mbs, bcol; in MatGetRowMaxAbs_MPISBAIJ() local
2548 bcol = bs * (*bj); in MatGetRowMaxAbs_MPISBAIJ()
2550 col = bcol + kcol; /* local col index */ in MatGetRowMaxAbs_MPISBAIJ()