12 #ifdef MOOSE_MFEM_ENABLED 24 using mfem::HypreGMRES::HypreGMRES;
27 mfem::HypreGMRES::SetOperator(op);
28 HYPRE_GMRESSetPrecondMatrix(HYPRE_Solver(*
this),
nullptr);
38 using mfem::HyprePCG::HyprePCG;
41 mfem::HyprePCG::SetOperator(op);
42 HYPRE_PCGSetPrecondMatrix(HYPRE_Solver(*
this),
nullptr);
Patch for mfem::HypreGMRES to reset preconditioning matrix at every nonlinear/time iteration...
void SetOperator(const mfem::Operator &op)
void SetOperator(const mfem::Operator &op)
Patch for mfem::HyprePCG to reset preconditioning matrix at every nonlinear/time iteration.