Home
last modified time | relevance | path

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

/petsc/src/ksp/pc/impls/gasm/
H A Dgasm.c1559 …s2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow_loc, xright_loc, yhigh_loc, n) \ argument
1574 *yhigh_loc = PetscMin(last_row, yhigh); \
1576 *xright_loc = *yhigh_loc == last_row ? PetscMin(xright, last % M) : xright; \
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 …ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), (&yhigh_loc), (&nidx)); in PCGASMCreateSubdomains2D()
1707 …ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), (&yhigh_loc), (&nidx)); in PCGASMCreateSubdomains2D()
1746 for (jj = ylow_loc; jj < yhigh_loc; ++jj) { in PCGASMCreateSubdomains2D()
1748 PetscInt x1 = (jj == yhigh_loc - 1) ? xright_loc : xright; in PCGASMCreateSubdomains2D()