Lines Matching refs:xe
90 xmax = (dd->xe - 1) / dd->w; in DMView_DA_2d()
202 PetscInt xs, xe, ys, ye, x, y, Xs, Xe, Ys, Ye, IXs, IXe, IYs, IYe; in DMSetUp_DA_2D() local
303 xe = xs + x; in DMSetUp_DA_2D()
318 if (xe + s <= M) { in DMSetUp_DA_2D()
319 Xe = xe + s; in DMSetUp_DA_2D()
320 IXe = xe + s; in DMSetUp_DA_2D()
324 Xe = xe + s; in DMSetUp_DA_2D()
333 IXe = xe + s; in DMSetUp_DA_2D()
335 Xe = xe + s; in DMSetUp_DA_2D()
649 } else if (Xe - xe > 0 && ys - Ys > 0) { in DMSetUp_DA_2D()
675 } else if (Xe - xe > 0) { in DMSetUp_DA_2D()
710 } else if (Xe - xe > 0 && Ye - ye > 0) { in DMSetUp_DA_2D()
726 dd->xe = xe * dof; in DMSetUp_DA_2D()