Home
last modified time | relevance | path

Searched refs:hupper (Results 1 – 2 of 2) sorted by relevance

/petsc/src/dm/impls/da/hypre/
H A Dmhyp.c102 HYPRE_Int hlower[3], hupper[3], period[3] = {0, 0, 0}; in MatSetUp_HYPREStruct() local
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()
132 ex->hbox.imax[0] = hupper[0]; in MatSetUp_HYPREStruct()
133 ex->hbox.imax[1] = hupper[1]; in MatSetUp_HYPREStruct()
134 ex->hbox.imax[2] = hupper[2]; in MatSetUp_HYPREStruct()
144 PetscCallHYPRE(HYPRE_StructGridSetExtents(ex->hgrid, hlower, hupper)); in MatSetUp_HYPREStruct()
234 HYPRE_Int hlower[3], hupper[3]; in MatMult_HYPREStruct() local
246 hupper[0] = (HYPRE_Int)iupper[0]; in MatMult_HYPREStruct()
[all …]
/petsc/src/ksp/pc/impls/hypre/
H A Dhypre.c2804 HYPRE_Int hlower[3], hupper[3]; in PCApply_PFMG() local
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()
2824 PetscCallHYPRE(HYPRE_StructVectorSetBoxValues(mx->hb, hlower, hupper, (HYPRE_Complex *)xx)); in PCApply_PFMG()
2831 PetscCallHYPRE(HYPRE_StructVectorGetBoxValues(mx->hx, hlower, hupper, (HYPRE_Complex *)yy)); in PCApply_PFMG()
3019 HYPRE_Int hlower[3], hupper[3]; in PCApply_SysPFMG() local
3037 hupper[0] = (HYPRE_Int)iupper[0]; in PCApply_SysPFMG()
3038 hupper[1] = (HYPRE_Int)iupper[1]; in PCApply_SysPFMG()
3039 hupper[2] = (HYPRE_Int)iupper[2]; in PCApply_SysPFMG()
[all …]