10#ifdef MOOSE_MFEM_ENABLED
28 "MFEMProblemData::eqn_system is not an EigenproblemEquationSystem.");
31 virtual void Solve()
override;
Steady-state eigenproblem operator with an equation system.
virtual void Solve() override
EigenproblemESProblemOperator(MFEMProblem &problem)
EigenproblemEquationSystem * GetEquationSystem() const override
Returns a pointer to the operator's equation system.
void FormEquationSystemOperator()
Form the equation-system operator used by the eigensolver.
void RecoverEigenproblemSolution(GridFunctions &gridfunctions, EigensolverBase *eigensolver)
Equation system specialization for eigenproblems.
Base class for eigensolvers.
Steady-state ProblemOperator that prepares and solves a single EquationSystem.
virtual EquationSystem * GetEquationSystem() const override
Returns a pointer to the operator's equation system.
MFEMProblemData & _problem_data
Utilities for converting between vector(s) of libMesh Points and MFEM Vector(s).
std::shared_ptr< Moose::MFEM::EquationSystem > eqn_system