Searched refs:lastcol1 (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 64 if (col <= lastcol1) low1 = 0; \ 66 lastcol1 = col; \ 164 …PetscInt *cp1, *cp2, ii, _i, nrow1, nrow2, low1, high1, low2, high2, t, lastcol1, lastcol2, sli… in MatSetValues_MPISELL() local 173 lastcol1 = -1; in MatSetValues_MPISELL() 194 …MatSetValue_SeqSELL_Private(A, row, col, value, addv, im[i], in[j], cp1, vp1, lastcol1, low1, high… in MatSetValues_MPISELL()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 404 if (col <= lastcol1) low1 = 0; \ 406 lastcol1 = col; \ 546 …*rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1, lastcol2; in MatSetValues_MPIAIJ() local 558 lastcol1 = -1; in MatSetValues_MPIAIJ() 8087 …*rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1, lastcol2; in matsetvaluesmpiaij_() local 8099 lastcol1 = -1; in matsetvaluesmpiaij_()
|