10#ifdef MOOSE_MFEM_ENABLED
23std::shared_ptr<Moose::MFEM::ProblemOperatorBase>
30 std::make_shared<Moose::MFEM::TimeDependentEquationSystem>(
32 return std::make_shared<Moose::MFEM::TimeDependentEquationSystemProblemOperator>(mfem_problem);
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application.
virtual bool isTransient() const override
Interface required for all MFEMProblemComposers.
MFEMProblemData & getProblemData()
Method to get the current MFEMProblemData object storing the current data specifying the FE problem.
std::shared_ptr< Moose::MFEM::EquationSystem > eqn_system
Moose::MFEM::TimeDerivativeMap time_derivative_map