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