10#ifdef MOOSE_MFEM_ENABLED
22std::shared_ptr<Moose::MFEM::ProblemOperatorBase>
26 mooseError(
"Wrong numeric type. Please set the Problem numeric type to 'real'.");
29 return std::make_shared<Moose::MFEM::EquationSystemProblemOperator>(mfem_problem);
void mooseError(Args &&... args)
Emit an error message with the given stringified, concatenated args and terminate the application.
Interface required for all MFEMProblemComposers.
MFEMProblemData & getProblemData()
Method to get the current MFEMProblemData object storing the current data specifying the FE problem.
NumericType getNumericType() const
Retrieve the numeric type of the problem.
std::shared_ptr< Moose::MFEM::EquationSystem > eqn_system