10 #ifdef MOOSE_MFEM_ENABLED 30 void SetupLOR(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
Wrapper for mfem::MUMPSSolver.
void ConstructSolver() override
Override in derived classes to construct and set the solver options.
const InputParameters & parameters() const
Get the parameters of the object.
Base class for linear MFEM solvers and preconditioners.
MFEMMUMPS(const InputParameters ¶meters)
static InputParameters validParams()
void SetupLOR(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.