| /petsc/src/mat/impls/sell/seq/ |
| H A D | sell.h | 125 #define MatSetValue_SeqSELL_Private(A, row, col, value, addv, orow, ocol, cp, vp, lastcol, low, hig… argument 129 if (col <= lastcol) low = 0; \ 131 lastcol = col; \
|
| H A D | sell.c | 1439 PetscInt i, shift, row_in_slice, row, nrow, *cp, lastcol, j, k; in MatAssemblyEnd_SeqSELL() local 1464 lastcol = 0; in MatAssemblyEnd_SeqSELL() 1467 …lastcol = cp[a->sliceheight * (nrow - 1) + row_in_slice]; /* use the index from the last nonzero a… in MatAssemblyEnd_SeqSELL() 1471 lastcol = cp[j]; in MatAssemblyEnd_SeqSELL() 1476 …if (a->sliidx[i + 1] != shift) lastcol = cp[row_in_slice - 1]; /* use the index from the previous … in MatAssemblyEnd_SeqSELL() 1480 cp[a->sliceheight * k + row_in_slice] = lastcol; in MatAssemblyEnd_SeqSELL() 1537 PetscInt *cp, nonew = a->nonew, lastcol = -1; in MatSetValues_SeqSELL() local 1568 if (col <= lastcol) low = 0; in MatSetValues_SeqSELL() 1570 lastcol = col; in MatSetValues_SeqSELL()
|
| /petsc/src/mat/impls/blockmat/seq/ |
| H A D | blockmat.c | 217 PetscInt *rp, k, low, high, t, row, nrow, i, col, l, lastcol = -1; in MatSetValues_BlockMat() local 247 if (col <= lastcol) low = 0; in MatSetValues_BlockMat() 249 lastcol = col; in MatSetValues_BlockMat()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 1294 PetscInt *aj = a->j, stepval, lastcol = -1; in matsetvaluesblocked4_() local 1310 if (col <= lastcol) low = 0; in matsetvaluesblocked4_() 1312 lastcol = col; in matsetvaluesblocked4_() 1363 PetscInt ridx, cidx, lastcol = -1; in matsetvalues4_() local 1381 if (col <= lastcol) low = 0; in matsetvalues4_() 1383 lastcol = col; in matsetvalues4_() 2108 PetscInt *rp, k, low, high, t, ii, jj, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValuesBlocked_SeqBAIJ() local 2142 if (col <= lastcol) low = 0; in MatSetValuesBlocked_SeqBAIJ() 2144 lastcol = col; in MatSetValuesBlocked_SeqBAIJ() 2446 PetscInt *rp, k, low, high, t, ii, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValues_SeqBAIJ() local [all …]
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 578 PetscInt *rp, k, low, high, t, ii, jj, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValuesBlocked_SeqSBAIJ() local 609 if (col <= lastcol) low = 0; in MatSetValuesBlocked_SeqSBAIJ() 612 lastcol = col; in MatSetValuesBlocked_SeqSBAIJ() 740 PetscInt *rp, k, low, high, t, ii, row, nrow, i, col, l, rmax, N, lastcol = -1; in MatSetValues_SeqSBAIJ() local 777 if (col <= lastcol) low = 0; in MatSetValues_SeqSBAIJ() 780 lastcol = col; in MatSetValues_SeqSBAIJ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 366 PetscInt lastcol = -1; in MatSeqAIJSetValuesLocalFast() local 382 if (col <= lastcol) low = 0; in MatSeqAIJSetValuesLocalFast() 384 lastcol = col; in MatSeqAIJSetValuesLocalFast() 407 PetscInt *aj = a->j, nonew = a->nonew, lastcol = -1; in MatSetValues_SeqAIJ() local 431 if (col <= lastcol) low = 0; in MatSetValues_SeqAIJ() 433 lastcol = col; in MatSetValues_SeqAIJ() 5496 PetscInt *aj, nonew = a->nonew, lastcol = -1; in matsetvaluesseqaij_() local 5528 if (col <= lastcol) low = 0; in matsetvaluesseqaij_() 5530 lastcol = col; in matsetvaluesseqaij_()
|