10 #ifdef MOOSE_MFEM_ENABLED 28 void updateSolver(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
MFEMHypreBoomerAMG(const InputParameters &)
void updateSolver(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.
Wrapper for mfem::HypreBoomerAMG solver.
std::shared_ptr< mfem::ParFiniteElementSpace > _mfem_fespace
Base class for wrapping mfem::Solver-derived classes.
static InputParameters validParams()
void constructSolver() override
Override in derived classes to construct and set the solver options.