10 #ifdef MOOSE_MFEM_ENABLED 27 void SetupLOR(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
MFEMHyprePCG(const InputParameters ¶meters)
const InputParameters & parameters() const
Get the parameters of the object.
Wrapper for mfem::HyprePCG solver.
Base class for linear MFEM solvers and preconditioners.
void SetupLOR(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.
void ConstructSolver() override
Override in derived classes to construct and set the solver options.
static InputParameters validParams()