Home
last modified time | relevance | path

Searched refs:xright_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
1576 *xright_loc = *yhigh_loc == last_row ? PetscMin(xright, last % M) : xright; \
1582 *n += PetscMin(PetscMax(*xright_loc - xleft, 0), width); \
1620 PetscInt xstart, xleft, xright, xleft_loc, xright_loc; in PCGASMCreateSubdomains2D() local
1660 … xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), (&yhigh_loc), … in PCGASMCreateSubdomains2D()
1707 … xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_loc), (&xright_loc), (&yhigh_loc), … in PCGASMCreateSubdomains2D()
1748 PetscInt x1 = (jj == yhigh_loc - 1) ? xright_loc : xright; in PCGASMCreateSubdomains2D()