Searched refs:xleft_loc (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 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; \ 1583 *n -= PetscMin(PetscMax(*xleft_loc - xleft, 0), width); \ 1620 PetscInt xstart, xleft, xright, xleft_loc, xright_loc; in PCGASMCreateSubdomains2D() local 1660 …PCGASMLocalSubdomainBounds2D(M, N, xleft, ylow, xright, yhigh, first, last, (&xleft_loc), (&ylow_l… 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()
|