10 #ifdef MOOSE_MFEM_ENABLED 28 void SetupLOR(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
Wrapper for mfem::HypreADS solver.
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()
MFEMHypreADS(const InputParameters &)
Constructs and stores an mfem::ParFiniteElementSpace object.
void SetupLOR(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.
const MFEMFESpace & _mfem_fespace