Home
last modified time | relevance | path

Searched refs:IYs (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/da/
H A Dda2.c202 PetscInt xs, xe, ys, ye, x, y, Xs, Xe, Ys, Ye, IXs, IXe, IYs, IYe; in DMSetUp_DA_2D() local
340 IYs = ys - s; in DMSetUp_DA_2D()
347 IYs = 0; in DMSetUp_DA_2D()
362 IYs = ys - s; in DMSetUp_DA_2D()
391 PetscCall(PetscMalloc1((IXe - IXs) * (IYe - IYs), &idx)); in DMSetUp_DA_2D()
395 down = IYs - Ys; in DMSetUp_DA_2D()
396 up = down + (IYe - IYs); in DMSetUp_DA_2D()
420 for (i = (IYs - Ys); i < down; i++) { in DMSetUp_DA_2D()
H A Dda3.c209 PetscInt Xs, Xe, Ys, Ye, Zs, Ze, IXs, IXe, IYs, IYe, IZs, IZe, pm; in DMSetUp_DA_3D() local
408 IYs = ys - s; in DMSetUp_DA_3D()
412 IYs = 0; in DMSetUp_DA_3D()
424 IYs = ys - s; in DMSetUp_DA_3D()
478 PetscCall(PetscMalloc1((IXe - IXs) * (IYe - IYs) * (IZe - IZs), &idx)); in DMSetUp_DA_3D()
482 bottom = IYs - Ys; in DMSetUp_DA_3D()
483 top = bottom + (IYe - IYs); in DMSetUp_DA_3D()
511 for (j = (IYs - Ys); j < bottom; j++) { in DMSetUp_DA_3D()