10#ifdef MOOSE_MFEM_ENABLED
14#include "libmesh/ignore_warnings.h"
15#include "mfem/miniapps/common/mesh_extras.hpp"
16#include "libmesh/restore_warnings.h"
25 params.
addParam<VariableName>(
"variable",
26 "Variable labelling the weak form this kernel is added to");
33 getMFEMProblem().getMFEMVariableMesh(getParam<VariableName>(
"variable"))),
34 _test_var_name(getParam<VariableName>(
"variable"))
Base class for construction of an object that is restricted to a subset of subdomains of the problem ...
static InputParameters validParams()
MFEMKernel(const InputParameters ¶meters)
static InputParameters validParams()
Thin base for MFEM objects backed directly by MooseObject instead of UserObject.
static InputParameters validParams()
Declare the common parameters required by MFEM MooseObject-backed classes.