Lines Matching refs:cstart
414 PetscInt rend = baij->rendbs, cstart = baij->cstartbs, stepval; in MatSetValuesBlocked_MPIBAIJ() local
450 if (in[j] >= cstart && in[j] < cend) { in MatSetValuesBlocked_MPIBAIJ()
451 col = in[j] - cstart; in MatSetValuesBlocked_MPIBAIJ()
806 PetscInt cstart = baij->cstartbs, *garray = baij->garray, row, col, Nbs = baij->Nbs; in MatCreateHashTable_MPIBAIJ_Private() local
829 col = aj[j] + cstart; in MatCreateHashTable_MPIBAIJ_Private()
1305 PetscInt *cmap, *idx_p, cstart = mat->cstartbs; in MatGetRow_MPIBAIJ() local
1350 if (cmap[cworkB[i] / bs] < cstart) v_p[i] = vworkB[i]; in MatGetRow_MPIBAIJ()
1363 … if (cmap[cworkB[i] / bs] < cstart) idx_p[i] = cmap[cworkB[i] / bs] * bs + cworkB[i] % bs; in MatGetRow_MPIBAIJ()
1368 for (i = 0; i < nzA; i++) idx_p[imark + i] = cstart * bs + cworkA[i]; in MatGetRow_MPIBAIJ()
2547 PetscInt m, rstart, cstart, cend; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ() local
2562 cstart = B->cmap->rstart / bs; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
2575 if (*JJ < cstart || *JJ >= cend) olen++; in MatMPIBAIJSetPreallocationCSR_MPIBAIJ()
3427 PetscInt rend = baij->rendbs, cstart = baij->cstartbs, stepval; in matmpibaijsetvaluesblocked_() local
3472 if (in[j] >= cstart && in[j] < cend) { in matmpibaijsetvaluesblocked_()
3473 col = in[j] - cstart; in matmpibaijsetvaluesblocked_()