Lines Matching refs:jB
153 PetscInt colA_start, jB, jcol;
189 jB = 0;
196 jB = j;
205 for (j = jB; j < countB; j++) {
224 PetscInt colA_start, jB, jcol;
260 jB = 0;
266 jB = j;
267 PetscCall(PetscArraycpy(val, bv, jB * bs2));
268 val += jB * bs2;
269 bv += jB * bs2;
278 for (j = jB; j < countB; j++) col[nz++] = garray[bjj[j]] + 1;
279 PetscCall(PetscArraycpy(val, bv, (countB - jB) * bs2));
280 val += (countB - jB) * bs2;
281 bv += (countB - jB) * bs2;