10 #ifdef MOOSE_MFEM_ENABLED 29 virtual void Solve()
override;
33 mooseAssert(
_equation_system,
"No EquationSystem in EquationSystemProblemOperator.");
EquationSystemProblemOperator(MFEMProblem &problem)
MFEMProblemData & _problem_data
Class to store weak form components (bilinear and linear forms, and optionally mixed and nonlinear fo...
Steady-state problem operator with no equation system.
std::shared_ptr< Moose::MFEM::EquationSystem > _equation_system
virtual Moose::MFEM::EquationSystem * GetEquationSystem() const override
Returns a pointer to the operator's equation system.
virtual void SetGridFunctions() override
Steady-state problem operator with an equation system.
void BuildEquationSystemOperator()
Add kernels/bcs and assemble the linear part of the equation system.
Utilities for converting between vector(s) of libMesh Points and MFEM Vector(s).
virtual void Solve() override