10 #ifdef MOOSE_MFEM_ENABLED 27 void SetupLOR(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
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.
const InputParameters & parameters() const
Get the parameters of the object.
MFEMGMRESSolver(const InputParameters ¶meters)
static InputParameters validParams()
Base class for linear MFEM solvers and preconditioners.
Wrapper for mfem::GMRESSolver.