Lines Matching refs:hb
598 HYPRE_ParVector hb, hx; in PCMatApply_HYPRE_BoomerAMG() local
610 …arCSRMatrixGlobalNumRows(par_matrix), hypre_ParCSRMatrixRowStarts(par_matrix), (HYPRE_Int)N, &hb)); in PCMatApply_HYPRE_BoomerAMG()
618 x_local = hypre_ParVectorLocalVector(hb); in PCMatApply_HYPRE_BoomerAMG()
625 …PetscCallHYPRE(hypre_ParVectorInitialize_v2(hb, type == PETSC_MEMTYPE_HOST ? HYPRE_MEMORY_HOST : H… in PCMatApply_HYPRE_BoomerAMG()
629 HYPRE_Int hierr = (*jac->solve)(jac->hsolver, par_matrix, hb, hx); in PCMatApply_HYPRE_BoomerAMG()
635 PetscCallHYPRE(HYPRE_ParVectorDestroy(hb)); in PCMatApply_HYPRE_BoomerAMG()
2822 PetscCallHYPRE(HYPRE_StructVectorSetConstantValues(mx->hb, 0.0)); in PCApply_PFMG()
2824 PetscCallHYPRE(HYPRE_StructVectorSetBoxValues(mx->hb, hlower, hupper, (HYPRE_Complex *)xx)); in PCApply_PFMG()
2826 PetscCallHYPRE(HYPRE_StructVectorAssemble(mx->hb)); in PCApply_PFMG()
2827 PetscCallHYPRE(HYPRE_StructPFMGSolve(ex->hsolver, mx->hmat, mx->hb, mx->hx)); in PCApply_PFMG()
2882 PetscCallHYPRE(HYPRE_StructPFMGSetup(ex->hsolver, mx->hmat, mx->hb, mx->hx)); in PCSetUp_PFMG()
3257 PetscCallHYPRE(HYPRE_StructVectorSetConstantValues(mx->hb, 0.0)); in PCApply_SMG()
3259 PetscCallHYPRE(HYPRE_StructVectorSetBoxValues(mx->hb, hlower, hupper, (HYPRE_Complex *)xx)); in PCApply_SMG()
3261 PetscCallHYPRE(HYPRE_StructVectorAssemble(mx->hb)); in PCApply_SMG()
3262 PetscCallHYPRE(HYPRE_StructSMGSolve(ex->hsolver, mx->hmat, mx->hb, mx->hx)); in PCApply_SMG()
3319 PetscCallHYPRE(HYPRE_StructSMGSetup(ex->hsolver, mx->hmat, mx->hb, mx->hx)); in PCSetUp_SMG()