Lines Matching refs:sy
58 PetscInt sx, nx, sy, ny, sz, nz, dim; in DAApplyConformalMapping() local
79 PetscCall(DMDAGetCorners(da, &sx, &sy, &sz, &nx, &ny, &nz)); in DAApplyConformalMapping()
198 PetscInt sx, nx, sy, ny, sz, nz; in DAApplyTrilinearMapping() local
210 PetscCall(DMDAGetCorners(da, &sx, &sy, &sz, &nx, &ny, &nz)); in DAApplyTrilinearMapping()
213 for (j = sy; j < sy + ny; j++) { in DAApplyTrilinearMapping()
253 PetscInt sx, nx, sy, ny; in DADefineXLinearField2D() local
266 PetscCall(DMDAGetCorners(da, &sx, &sy, 0, &nx, &ny, 0)); in DADefineXLinearField2D()
269 …for (j = sy; j < sy + ny; j++) FF[j][i] = 10.0 + 3.0 * XX[j][i].x + 5.5 * XX[j][i].y + 8.003 * XX[… in DADefineXLinearField2D()
280 PetscInt sx, nx, sy, ny, sz, nz; in DADefineXLinearField3D() local
293 PetscCall(DMDAGetCorners(da, &sx, &sy, &sz, &nx, &ny, &nz)); in DADefineXLinearField3D()
296 for (j = sy; j < sy + ny; j++) { in DADefineXLinearField3D()