Searched refs:lens_i (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 632 PetscInt ctr_j, *sbuf1_j, *sbuf_aj_i, *rbuf1_i, kmax, *lens_i, jcnt; local 1013 lens_i = lens[i]; 1034 if (tt) lens_i[j]++; 1038 if (tt) lens_i[j]++; 1043 if (cmap_i[cstart + cworkA[k]]) lens_i[j]++; 1046 if (cmap_i[bmap[cworkB[k]]]) lens_i[j]++; 1050 lens_i[j] = nzA + nzB; 1098 lens_i = lens[is_no]; 1121 if (tcol) lens_i[row]++; 1123 lens_i[row]++; /* lens_i[row] += max2 ? */
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 2053 PetscInt ctr_j, *sbuf1_j, *sbuf_aj_i, *rbuf1_i, kmax, *lens_i; in MatCreateSubMatrices_MPIAIJ_Local() local 2425 lens_i = lens[i]; in MatCreateSubMatrices_MPIAIJ_Local() 2438 if (tcol) lens_i[j]++; in MatCreateSubMatrices_MPIAIJ_Local() 2441 lens_i[j] = ncols; in MatCreateSubMatrices_MPIAIJ_Local() 2481 lens_i = lens[is_no]; in MatCreateSubMatrices_MPIAIJ_Local() 2500 if (tcol) lens_i[row]++; in MatCreateSubMatrices_MPIAIJ_Local() 2502 lens_i[row]++; /* lens_i[row] += max2 ? */ in MatCreateSubMatrices_MPIAIJ_Local()
|