10 #ifdef MOOSE_MFEM_ENABLED 20 params.
addClassDescription(
"Adds the boundary integrator to an MFEM problem for the linear form " 21 "$(\\vec u , \\vec v)_{\\partial\\Omega}$");
22 params.
addParam<MFEMScalarCoefficientName>(
23 "coefficient",
"1.",
"The coefficient which will be used in the integrated BC.");
33 mfem::BilinearFormIntegrator *
36 return new mfem::VectorFEMassIntegrator(
_coef);
static InputParameters validParams()
MFEMVectorFEMassIntegratedBC(const InputParameters ¶meters)
virtual mfem::BilinearFormIntegrator * createBFIntegrator()
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller...
registerMooseObject("MooseApp", MFEMVectorFEMassIntegratedBC)
static InputParameters validParams()
mfem::Coefficient & _coef