Lines Matching refs:rmap_i
627 PetscHMapI *cmap, cmap_i = NULL, *rmap, rmap_i; local
629 PetscInt **cmap, *cmap_i = NULL, **rmap, *rmap_i; local
1072 rmap_i = rmap[i];
1076 if (allrows[i]) rmap_i[j] = j;
1077 else rmap_i[irow_i[j]] = j;
1100 rmap_i = rmap[is_no];
1106 PetscCall(PetscHMapIGetWithDefault(rmap_i, sbuf1_i[ct1] + 1, 0, &row));
1110 row = rmap_i[sbuf1_i[ct1]]; /* the val in the new matrix to be */
1294 rmap_i = rmap[i];
1317 PetscCall(PetscHMapIGetWithDefault(rmap_i, row + rstart + 1, 0, &row));
1322 row = rmap_i[row + rstart];
1425 rmap_i = rmap[is_no];
1440 PetscCall(PetscHMapIGetWithDefault(rmap_i, row + 1, 0, &row));
1444 row = rmap_i[row];