Lines Matching refs:hupper

2804   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()
3048 …) PetscCallHYPRE(HYPRE_SStructVectorSetBoxValues(mx->ss_b, part, hlower, hupper, (HYPRE_Int)i, (HY… in PCApply_SysPFMG()
3056 …) PetscCallHYPRE(HYPRE_SStructVectorGetBoxValues(mx->ss_x, part, hlower, hupper, (HYPRE_Int)i, (HY… in PCApply_SysPFMG()
3071 …) PetscCallHYPRE(HYPRE_SStructVectorSetBoxValues(mx->ss_b, part, hlower, hupper, (HYPRE_Int)i, (HY… in PCApply_SysPFMG()
3078 …) PetscCallHYPRE(HYPRE_SStructVectorGetBoxValues(mx->ss_x, part, hlower, hupper, (HYPRE_Int)i, (HY… in PCApply_SysPFMG()
3239 HYPRE_Int hlower[3], hupper[3]; in PCApply_SMG() local
3252 hupper[0] = (HYPRE_Int)iupper[0]; in PCApply_SMG()
3253 hupper[1] = (HYPRE_Int)iupper[1]; in PCApply_SMG()
3254 hupper[2] = (HYPRE_Int)iupper[2]; in PCApply_SMG()
3259 PetscCallHYPRE(HYPRE_StructVectorSetBoxValues(mx->hb, hlower, hupper, (HYPRE_Complex *)xx)); in PCApply_SMG()
3266 PetscCallHYPRE(HYPRE_StructVectorGetBoxValues(mx->hx, hlower, hupper, (HYPRE_Complex *)yy)); in PCApply_SMG()