Lines Matching refs:xleft
1559 #define PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, xleft_loc, ylow… argument
1572 *xleft_loc = *ylow_loc == first_row ? PetscMax(first % M, xleft) : xleft; \
1580 PetscInt width = xright - xleft; \
1582 *n += PetscMin(PetscMax(*xright_loc - xleft, 0), width); \
1583 *n -= PetscMin(PetscMax(*xleft_loc - xleft, 0), width); \
1620 PetscInt xstart, xleft, xright, xleft_loc, xright_loc; in PCGASMCreateSubdomains2D() local
1655 xleft = PetscMax(xstart - overlap, 0); in PCGASMCreateSubdomains2D()
1660 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D()
1703 xleft = x[q][0]; in PCGASMCreateSubdomains2D()
1707 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… in PCGASMCreateSubdomains2D()
1747 PetscInt x0 = (jj == ylow_loc) ? xleft_loc : xleft; in PCGASMCreateSubdomains2D()