Lines Matching refs:ndof
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()
408 PetscCall(DMDASetDof(ctx->dmrepart, ndof)); in PCTelescopeSetUp_dmda_repart()
494 PetscInt ndof; in PCTelescopeSetUp_dmda_permutation_3d() local
504 …PetscCall(DMDAGetInfo(dm, NULL, &nx, &ny, &nz, NULL, NULL, NULL, &ndof, NULL, NULL, NULL, NULL, NU… in PCTelescopeSetUp_dmda_permutation_3d()
510 sr = sr / ndof; in PCTelescopeSetUp_dmda_permutation_3d()
511 er = er / ndof; in PCTelescopeSetUp_dmda_permutation_3d()
512 Mr = Mr / ndof; in PCTelescopeSetUp_dmda_permutation_3d()
554 PetscCall(MatCreateMAIJ(Pscalar, ndof, &P)); in PCTelescopeSetUp_dmda_permutation_3d()
565 PetscInt ndof; in PCTelescopeSetUp_dmda_permutation_2d() local
574 …PetscCall(DMDAGetInfo(dm, NULL, &nx, &ny, &nz, NULL, NULL, NULL, &ndof, NULL, NULL, NULL, NULL, NU… in PCTelescopeSetUp_dmda_permutation_2d()
579 sr = sr / ndof; in PCTelescopeSetUp_dmda_permutation_2d()
580 er = er / ndof; in PCTelescopeSetUp_dmda_permutation_2d()
581 Mr = Mr / ndof; in PCTelescopeSetUp_dmda_permutation_2d()
620 PetscCall(MatCreateMAIJ(Pscalar, ndof, &P)); in PCTelescopeSetUp_dmda_permutation_2d()
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()