Searched refs:tcol (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | baijov.c | 623 PetscInt msz, **ptr = NULL, *req_size = NULL, *ctr = NULL, *tmp = NULL, tcol; local 1117 PetscCall(PetscHMapIGetWithDefault(cmap_i, rbuf3_i[ct2] + 1, 0, &tcol)); 1119 tcol = cmap_i[rbuf3_i[ct2]]; 1121 if (tcol) lens_i[row]++; 1337 PetscCall(PetscHMapIGetWithDefault(cmap_i, ctmp + 1, 0, &tcol)); 1338 if (tcol) { 1340 if ((tcol = cmap_i[ctmp])) { 1342 *mat_j++ = tcol - 1; 1352 PetscCall(PetscHMapIGetWithDefault(cmap_i, cstart + cworkA[l] + 1, 0, &tcol)); 1353 if (tcol) { [all …]
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 1224 PetscInt msz, **ptr, *req_size, *ctr, *tmp, tcol, *iptr; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() local 1508 tcol = cmap_loc[cols[k]]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1510 tcol = cmap[cols[k] + cstart]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1512 if (tcol) lens[j]++; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1524 PetscCall(PetscHMapIGetWithDefault(cmap, bmap[cols[k]] + 1, 0, &tcol)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1526 tcol = cmap[bmap[cols[k]]]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1528 if (tcol) lens[j]++; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1581 tcol = cmap_loc[rbuf3_i[ct2] - cstart]; in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1583 PetscCall(PetscHMapIGetWithDefault(cmap, rbuf3_i[ct2] + 1, 0, &tcol)); in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() 1586 tcol = cmap[rbuf3_i[ct2]]; /* column index in submat */ in MatCreateSubMatrices_MPIAIJ_SingleIS_Local() [all …]
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij2.c | 110 PetscInt row, mat_i, *mat_j, tcol, *mat_ilen; in MatCreateSubMatrix_SeqSBAIJ_Private() local 184 if ((tcol = ssmap[a->j[k]])) { in MatCreateSubMatrix_SeqSBAIJ_Private() 185 *mat_j++ = tcol - 1; in MatCreateSubMatrix_SeqSBAIJ_Private()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij2.c | 74 PetscInt row, mat_i, *mat_j, tcol, *mat_ilen; in MatCreateSubMatrix_SeqBAIJ_Private() local 126 if ((tcol = ssmap[a->j[k]])) { in MatCreateSubMatrix_SeqBAIJ_Private() 127 *mat_j++ = tcol - 1; in MatCreateSubMatrix_SeqBAIJ_Private()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 2392 PetscInt row, mat_i, *mat_j, tcol, first, step, *mat_ilen, sum, lensi; in MatCreateSubMatrix_SeqAIJ() local 2523 if ((tcol = smap[a->j[k]])) { in MatCreateSubMatrix_SeqAIJ() 2524 *mat_j++ = tcol - 1; in MatCreateSubMatrix_SeqAIJ()
|