15 #include "libmesh/ignore_warnings.h" 17 #include "libmesh/restore_warnings.h" 31 void updateSolver(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
static InputParameters validParams()
MFEMHypreGMRES(const InputParameters &)
Wrapper for mfem::HypreGMRES solver.
void constructSolver(const InputParameters ¶meters) override
Override in derived classes to construct and set the solver options.
Base class for wrapping mfem::Solver-derived classes.
const InputParameters & parameters() const
Get the parameters of the object.
void updateSolver(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.