Searched refs:nrow2 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 109 else high2 = nrow2; \ 127 high2 = nrow2; \ 132 high2 = nrow2; \ 136 …MatSeqXSELLReallocateSELL(B, bm, 1, nrow2, b->sliidx, b->sliceheight, row / sliceheight, row, col,… 138 for (ii = nrow2 - 1; ii >= _i; ii--) { \ 145 nrow2++; \ 147 b->rlen[row] = nrow2; \ 164 …PetscInt *cp1, *cp2, ii, _i, nrow1, nrow2, low1, high1, low2, high2, t, lastcol1, lastcol2, sli… in MatSetValues_MPISELL() local 184 nrow2 = b->rlen[row]; in MatSetValues_MPISELL() 186 high2 = nrow2; in MatSetValues_MPISELL() [all …]
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 450 else high2 = nrow2; \ 469 high2 = nrow2; \ 474 high2 = nrow2; \ 478 …MatSeqXAIJReallocateAIJ(B, bm, 1, nrow2, row, col, rmax2, ba, bi, bj, rp2, ap2, bimax, nonew, MatS… 479 N = nrow2++ - 1; \ 488 bilen[row] = nrow2; \ 546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local 569 nrow2 = bilen[row]; in MatSetValues_MPIAIJ() 571 high2 = nrow2; in MatSetValues_MPIAIJ() 606 nrow2 = bilen[row]; in MatSetValues_MPIAIJ() [all …]
|