Lines Matching refs:Xe
114 xmax = dd->Xe; 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
319 Xe = xe + s; in DMSetUp_DA_2D()
324 Xe = xe + s; in DMSetUp_DA_2D()
326 Xe = M; in DMSetUp_DA_2D()
335 Xe = xe + s; in DMSetUp_DA_2D()
384 dd->nlocal = (Xe - Xs) * (Ye - Ys) * dof; in DMSetUp_DA_2D()
399 for (j = left; j < right; j++) idx[count++] = j + i * (Xe - Xs); in DMSetUp_DA_2D()
421 for (j = left; j < right; j++) idx[count++] = j + i * (Xe - Xs); in DMSetUp_DA_2D()
425 for (j = (IXs - Xs); j < (IXe - Xs); j++) idx[count++] = j + i * (Xe - Xs); in DMSetUp_DA_2D()
429 for (j = left; j < right; j++) idx[count++] = j + i * (Xe - Xs); in DMSetUp_DA_2D()
527 PetscCall(PetscMalloc1((Xe - Xs) * (Ye - Ys), &idx)); 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()
732 dd->Xe = Xe * dof; in DMSetUp_DA_2D()