Searched refs:ylow_loc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 1559 …omainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow_loc, xright_loc, yhig… argument 1570 *ylow_loc = PetscMax(first_row, ylow); \ 1572 *xleft_loc = *ylow_loc == first_row ? PetscMax(first % M, xleft) : xleft; \ 1579 if (*ylow_loc < *yhigh_loc) { \ 1581 *n += width * (*yhigh_loc - *ylow_loc - 1); \ 1621 PetscInt ystart, ylow, yhigh, ylow_loc, yhigh_loc; in PCGASMCreateSubdomains2D() local 1660 …Bounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), … in PCGASMCreateSubdomains2D() 1707 …Bounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), … in PCGASMCreateSubdomains2D() 1746 for (jj = ylow_loc; jj < yhigh_loc; ++jj) { in PCGASMCreateSubdomains2D() 1747 PetscInt x0 = (jj == ylow_loc) ? xleft_loc : xleft; in PCGASMCreateSubdomains2D()
|