Home
last modified time | relevance | path

Searched refs:nrow1 (Results 1 – 2 of 2) sorted by relevance

/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c65 else high1 = nrow1; \
83 high1 = nrow1; \
88 high1 = nrow1; \
92 …MatSeqXSELLReallocateSELL(A, am, 1, nrow1, a->sliidx, a->sliceheight, row / sliceheight, row, col,…
94 for (ii = nrow1 - 1; ii >= _i; ii--) { \
101 nrow1++; \
103 a->rlen[row] = nrow1; \
164 …PetscInt *cp1, *cp2, ii, _i, nrow1, nrow2, low1, high1, low2, high2, t, lastcol1, lastcol2, sli… in MatSetValues_MPISELL() local
177 nrow1 = a->rlen[row]; in MatSetValues_MPISELL()
179 high1 = nrow1; in MatSetValues_MPISELL()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c405 else high1 = nrow1; \
425 high1 = nrow1; \
430 high1 = nrow1; \
434 …MatSeqXAIJReallocateAIJ(A, am, 1, nrow1, row, col, rmax1, aa, ai, aj, rp1, ap1, aimax, nonew, MatS…
435 N = nrow1++ - 1; \
444 ailen[row] = nrow1; \
546 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol… in MatSetValues_MPIAIJ() local
562 nrow1 = ailen[row]; in MatSetValues_MPIAIJ()
564 high1 = nrow1; in MatSetValues_MPIAIJ()
8087 …PetscInt *rp1, *rp2, ii, nrow1, nrow2, _i, rmax1, rmax2, N, low1, high1, low2, high2, t, lastcol1… in matsetvaluesmpiaij_() local
[all …]