Searched refs:nextcol (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/mat/impls/blockmat/seq/ |
| H A D | blockmat.c | 287 …PetscInt i, j, m, n, bs = 1, ncols, *lens, currentcol, mbs, **ii, *ilens, nextcol, *llen… in MatLoad_BlockMat() local 322 nextcol = 1000000000; in MatLoad_BlockMat() 330 nextcol = PetscMin(nextcol, ii[j][0] / bs); in MatLoad_BlockMat() 334 if (!flg || (nextcol >= i)) lens[i]++; in MatLoad_BlockMat() 335 currentcol = nextcol; in MatLoad_BlockMat() 359 nextcol = 1000000000; in MatLoad_BlockMat() 369 nextcol = PetscMin(nextcol, ii[j][0] / bs); in MatLoad_BlockMat() 379 currentcol = nextcol; in MatLoad_BlockMat()
|