Searched refs:IYe (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/ |
| H A D | da2.c | 202 PetscInt xs, xe, ys, ye, x, y, Xs, Xe, Ys, Ye, IXs, IXe, IYs, IYe; in DMSetUp_DA_2D() local 351 IYe = ye + s; in DMSetUp_DA_2D() 358 IYe = N; in DMSetUp_DA_2D() 363 IYe = ye + s; in DMSetUp_DA_2D() 391 PetscCall(PetscMalloc1((IXe - IXs) * (IYe - IYs), &idx)); in DMSetUp_DA_2D() 396 up = down + (IYe - IYs); in DMSetUp_DA_2D() 428 for (i = up; i < up + IYe - ye; i++) { in DMSetUp_DA_2D()
|
| H A D | da3.c | 209 PetscInt Xs, Xe, Ys, Ye, Zs, Ze, IXs, IXe, IYs, IYe, IZs, IZe, pm; in DMSetUp_DA_3D() local 416 IYe = ye + s; in DMSetUp_DA_3D() 420 IYe = N; in DMSetUp_DA_3D() 425 IYe = ye + s; in DMSetUp_DA_3D() 478 PetscCall(PetscMalloc1((IXe - IXs) * (IYe - IYs) * (IZe - IZs), &idx)); in DMSetUp_DA_3D() 483 top = bottom + (IYe - IYs); in DMSetUp_DA_3D() 519 for (j = top; j < top + IYe - ye; j++) { in DMSetUp_DA_3D()
|