Lines Matching refs:irow
247 PetscInt irow, row(1), col(5), i, j
268 do irow = low, high - 1
269 j = irow/solver%mx
270 i = mod(irow, solver%mx)
274 col(1) = irow
275 row(1) = irow
290 col(1) = irow - solver%mx
291 col(2) = irow - 1
292 col(3) = irow
293 col(4) = irow + 1
294 col(5) = irow + solver%mx
295 row(1) = irow
372 PetscInt i, j, low, high, ii, ione, irow, row(1)
383 do irow = low, high - 1
384 j = irow/solver%mx
385 i = mod(irow, solver%mx)
387 row(1) = irow
429 PetscInt its, N1, N2, i, j, irow, row(1)
539 do irow = low, high - 1
540 j = irow/solver%mx ! row in domain
541 i = mod(irow, solver%mx)
542 row(1) = irow