Lines Matching refs:hlower
2804 HYPRE_Int hlower[3], hupper[3]; in PCApply_PFMG() local
2814 hlower[0] = (HYPRE_Int)ilower[0]; in PCApply_PFMG()
2815 hlower[1] = (HYPRE_Int)ilower[1]; in PCApply_PFMG()
2816 hlower[2] = (HYPRE_Int)ilower[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
3034 hlower[0] = (HYPRE_Int)ilower[0]; in PCApply_SysPFMG()
3035 hlower[1] = (HYPRE_Int)ilower[1]; in PCApply_SysPFMG()
3036 hlower[2] = (HYPRE_Int)ilower[2]; in PCApply_SysPFMG()
3048 …ars; i++) PetscCallHYPRE(HYPRE_SStructVectorSetBoxValues(mx->ss_b, part, hlower, hupper, (HYPRE_In… in PCApply_SysPFMG()
3056 …ars; i++) PetscCallHYPRE(HYPRE_SStructVectorGetBoxValues(mx->ss_x, part, hlower, hupper, (HYPRE_In… in PCApply_SysPFMG()
3071 …ars; i++) PetscCallHYPRE(HYPRE_SStructVectorSetBoxValues(mx->ss_b, part, hlower, hupper, (HYPRE_In… in PCApply_SysPFMG()
3078 …ars; i++) PetscCallHYPRE(HYPRE_SStructVectorGetBoxValues(mx->ss_x, part, hlower, hupper, (HYPRE_In… in PCApply_SysPFMG()
3239 HYPRE_Int hlower[3], hupper[3]; in PCApply_SMG() local
3249 hlower[0] = (HYPRE_Int)ilower[0]; in PCApply_SMG()
3250 hlower[1] = (HYPRE_Int)ilower[1]; in PCApply_SMG()
3251 hlower[2] = (HYPRE_Int)ilower[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()