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.");
33mfem::BilinearFormIntegrator *
36 return new mfem::VectorFEMassIntegrator(
_coef);
registerMooseObject("MooseApp", MFEMVectorFEMassIntegratedBC)
static InputParameters validParams()
static InputParameters validParams()
virtual mfem::BilinearFormIntegrator * createBFIntegrator()
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller.
mfem::Coefficient & _coef
MFEMVectorFEMassIntegratedBC(const InputParameters ¶meters)