Lines Matching defs:cbs
640 PetscInt rbs, cbs, lc, dr, dc, oc, str, stc, nnz, i, jd, jo, cum; in MatConvert_XAIJ_IS() local
832 PetscInt i, j, nr, nc, rbs, cbs; in MatConvert_Nest_IS() local
1325 PetscInt buf[2 * MATIS_MAX_ENTRIES_INSERTION], *rows_l = NULL, *cols_l = NULL, rbs, cbs; in MatSetValuesBlockedLocal_SubMat_IS() local
1420 PetscInt ll, newloc, irbs, icbs, arbs, acbs, rbs, cbs; in MatCreateSubMatrix_IS() local
1840 PetscInt rbs, cbs, rows, cols, lrows, lcols; in MatConvert_IS_XAIJ() local
1851 PetscInt rbs, cbs; in MatConvert_IS_XAIJ() local
2037 PetscInt rbs, cbs, m, n, M, N; in MatDuplicate_IS() local
2548 PetscInt nr, rbs, nc, cbs; in MatISSetUpScatters_Private() local
2665 PetscInt nr, rbs, nc, cbs; in MatSetLocalToGlobalMapping_IS() local
3249 PetscInt nrg, rbs, cbs; in MatGetLocalSubMatrix_IS() local
3463 PetscInt rbs, cbs, bs; in MatISGetAssembled_Private() local
3604 static PetscErrorCode MatSetBlockSizes_IS(Mat A, PetscInt rbs, PetscInt cbs) in MatSetBlockSizes_IS()