10 #ifdef MOOSE_MFEM_ENABLED 28 void SetupLOR(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
MFEMHypreBoomerAMG(const InputParameters &)
void SetupLOR(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.
Base class for linear MFEM solvers and preconditioners.
std::shared_ptr< mfem::ParFiniteElementSpace > _mfem_fespace
void ConstructSolver() override
Override in derived classes to construct and set the solver options.
static InputParameters validParams()