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