Lines Matching refs:mz
764 hx = thi->Lx / info->mz; in THIFunctionLocal()
879 PetscInt i, j, xs, ys, zs, xm, ym, zm, mx, my, mz; in THISurfaceStatistics() local
885 PetscCall(DMDAGetInfo(da, 0, &mz, &my, &mx, 0, 0, 0, 0, 0, 0, 0, 0, 0)); in THISurfaceStatistics()
887 PetscCheck(zs == 0 && zm == mz, PETSC_COMM_SELF, PETSC_ERR_PLIB, "Unexpected decomposition"); in THISurfaceStatistics()
1055 hx = thi->Lx / info->mz;
1299 PetscInt i, j, k, xs, ys, zs, xm, ym, zm, mx, my, mz, rstart, cstart; local
1302 PetscCall(DMDAGetInfo(daf, 0, &mz, &my, &mx, 0, 0, 0, 0, 0, 0, 0, 0, 0));
1306 PetscCall(MatSetSizes(B, xm * ym * zm, xm * ym, mx * my * mz, mx * my));
1317 …PetscScalar val = ((k == 0 || k == mz - 1) ? 0.5 : 1.) / (mz - 1.); /* Integration using trapezoid…
1365 PetscInt mx, my, mz, range[6]; local
1370 PetscCall(DMDAGetInfo(da, 0, &mz, &my, &mx, 0, 0, 0, 0, 0, 0, 0, 0, 0));
1375 …\"%d %" PetscInt_FMT " %d %" PetscInt_FMT " %d %" PetscInt_FMT "\">\n", 0, mz - 1, 0, my - 1, 0, m…
1413 zz = PetscRealPart(p.b) + PetscRealPart(p.h) * k / (mz - 1);