Searched refs:sbuf1_i (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/mat/impls/dense/mpi/ |
| H A D | mmdense.c | 333 PetscInt is_max, tmp1, col, *sbuf1_i, is_sz; in MatCreateSubMatrices_MPIDense_Local() local 339 sbuf1_i = sbuf1[pa[i]]; in MatCreateSubMatrices_MPIDense_Local() 340 is_max = sbuf1_i[0]; in MatCreateSubMatrices_MPIDense_Local() 344 is_no = sbuf1_i[2 * j - 1]; in MatCreateSubMatrices_MPIDense_Local() 345 is_sz = sbuf1_i[2 * j]; in MatCreateSubMatrices_MPIDense_Local() 351 row = sbuf1_i[ct1]; in MatCreateSubMatrices_MPIDense_Local()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 641 PetscInt *sbuf1_i, *rbuf2_i, *rbuf3_i, ilen; local 1085 PetscInt *rbuf2_i, *rbuf3_i, *sbuf1_i; local 1089 sbuf1_i = sbuf1[pa[tmp2]]; 1090 jmax = sbuf1_i[0]; 1096 is_no = sbuf1_i[2 * j - 1]; 1097 max1 = sbuf1_i[2 * j]; 1103 row = sbuf1_i[ct1]; 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 */ 1416 sbuf1_i = sbuf1[pa[tmp2]]; [all …]
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 1233 PetscInt ctr_j, *sbuf1_j, *sbuf_aj_i, *rbuf1_i, kmax, *sbuf1_i, *rbuf2_i, *rbuf3_i, jcnt; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local 1556 sbuf1_i = sbuf1[pa[i]]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1564 max1 = sbuf1_i[2]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1567 PetscCall(PetscHMapIGetWithDefault(rmap, sbuf1_i[ct1] + 1, 0, &row)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1571 row = rmap[sbuf1_i[ct1]]; /* the row index in submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1574 sbuf1_i[ct1] = row; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1829 sbuf1_i = sbuf1[pa[idex]]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1839 max1 = sbuf1_i[2]; /* num of rows */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1841 row = sbuf1_i[ct1]; /* row index of submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 2062 PetscInt *sbuf1_i, *rbuf2_i, *rbuf3_i, ilen, jcnt; in MatCreateSubMatrices_MPIAIJ_Local() local [all …]
|