27 void updateSolver(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
Wrapper for mfem::HypreAMS solver.
const MFEMFESpace & _mfem_fespace
static InputParameters validParams()
Constructs and stores an mfem::ParFiniteElementSpace object.
void updateSolver(mfem::ParBilinearForm &a, mfem::Array< int > &tdofs) override
Updates the solver with the bilinear form in case LOR solve is required.
MFEMHypreAMS(const InputParameters &)
Base class for wrapping mfem::Solver-derived classes.
void constructSolver(const InputParameters ¶meters) override
Override in derived classes to construct and set the solver options.
const InputParameters & parameters() const
Get the parameters of the object.