| H A D | telescope_dmda.c | 348 PetscInt dim, nx, ny, nz, ndof, nsw, sum, k; in PCTelescopeSetUp_dmda_repart() local 365 …PetscCall(DMDAGetInfo(dm, &dim, &nx, &ny, &nz, NULL, NULL, NULL, &ndof, &nsw, &bx, &by, &bz, &sten… in PCTelescopeSetUp_dmda_repart() 410 PetscCall(DMDASetStencilWidth(ctx->dmrepart, nsw)); in PCTelescopeSetUp_dmda_repart() 1006 PetscInt M, N, P, m, n, p, ndof, nsw; in DMView_DA_Short_3d() local 1015 PetscCall(DMDAGetInfo(dm, NULL, &M, &N, &P, &m, &n, &p, &ndof, &nsw, NULL, NULL, NULL, NULL)); in DMView_DA_Short_3d() 1018 …" PetscInt_FMT " dof %" PetscInt_FMT " overlap %" PetscInt_FMT "\n", M, N, P, m, n, p, ndof, nsw)); in DMView_DA_Short_3d() 1024 PetscInt M, N, m, n, ndof, nsw; in DMView_DA_Short_2d() local 1033 PetscCall(DMDAGetInfo(dm, NULL, &M, &N, NULL, &m, &n, NULL, &ndof, &nsw, NULL, NULL, NULL, NULL)); in DMView_DA_Short_2d() 1036 … " n %" PetscInt_FMT " dof %" PetscInt_FMT " overlap %" PetscInt_FMT "\n", M, N, m, n, ndof, nsw)); in DMView_DA_Short_2d()
|