27 void updateSolver(mfem::ParBilinearForm & a, mfem::Array<int> & tdofs)
override;
Wrapper for mfem::HypreADS solver.
void constructSolver(const InputParameters ¶meters) override
Override in derived classes to construct and set the solver options.
static InputParameters validParams()
MFEMHypreADS(const InputParameters &)
Constructs and stores an mfem::ParFiniteElementSpace object.
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.
const MFEMFESpace & _mfem_fespace