Searched refs:iupper (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/dm/impls/da/hypre/ |
| H A D | mhyp.c | 103 PetscInt dim, dof, psw, Nx, Ny, Nz, nx, ny, nz, ilower[3], iupper[3], ssize, i; in MatSetUp_HYPREStruct() local 115 …ll(DMDAGetCorners(ex->da, &ilower[0], &ilower[1], &ilower[2], &iupper[0], &iupper[1], &iupper[2])); in MatSetUp_HYPREStruct() 118 iupper[0] += ilower[0] - 1; in MatSetUp_HYPREStruct() 119 iupper[1] += ilower[1] - 1; in MatSetUp_HYPREStruct() 120 iupper[2] += ilower[2] - 1; in MatSetUp_HYPREStruct() 124 hupper[0] = (HYPRE_Int)iupper[0]; in MatSetUp_HYPREStruct() 125 hupper[1] = (HYPRE_Int)iupper[1]; in MatSetUp_HYPREStruct() 126 hupper[2] = (HYPRE_Int)iupper[2]; in MatSetUp_HYPREStruct() 233 PetscInt ilower[3], iupper[3]; in MatMult_HYPREStruct() local 238 …ll(DMDAGetCorners(mx->da, &ilower[0], &ilower[1], &ilower[2], &iupper[0], &iupper[1], &iupper[2])); in MatMult_HYPREStruct() [all …]
|
| /petsc/src/ksp/pc/impls/hypre/ |
| H A D | hypre.c | 2803 PetscInt ilower[3], iupper[3]; in PCApply_PFMG() local 2809 …ll(DMDAGetCorners(mx->da, &ilower[0], &ilower[1], &ilower[2], &iupper[0], &iupper[1], &iupper[2])); in PCApply_PFMG() 2811 iupper[0] += ilower[0] - 1; in PCApply_PFMG() 2812 iupper[1] += ilower[1] - 1; in PCApply_PFMG() 2813 iupper[2] += ilower[2] - 1; in PCApply_PFMG() 2817 hupper[0] = (HYPRE_Int)iupper[0]; in PCApply_PFMG() 2818 hupper[1] = (HYPRE_Int)iupper[1]; in PCApply_PFMG() 2819 hupper[2] = (HYPRE_Int)iupper[2]; in PCApply_PFMG() 3018 PetscInt ilower[3], iupper[3]; in PCApply_SysPFMG() local 3029 …ll(DMDAGetCorners(mx->da, &ilower[0], &ilower[1], &ilower[2], &iupper[0], &iupper[1], &iupper[2])); in PCApply_SysPFMG() [all …]
|