21 params.
addClassDescription(
"Adds the domain integrator to an MFEM problem for the bilinear form " 22 "$(k \\vec u, \\vec v)_\\Omega$ " 23 "arising from the weak form of the mass operator " 25 params.
addParam<MFEMScalarCoefficientName>(
26 "coefficient",
"1.",
"Name of property k to multiply the integrator by");
34 _coef(getScalarCoefficient(getParam<MFEMScalarCoefficientName>(
"coefficient")))
38 mfem::BilinearFormIntegrator *
41 return new mfem::VectorFEMassIntegrator(
_coef);
virtual mfem::BilinearFormIntegrator * createBFIntegrator() override
MFEMVectorFEMassKernel(const InputParameters ¶meters)
mfem::Coefficient & _coef
static InputParameters validParams()
static InputParameters validParams()
registerMooseObject("MooseApp", MFEMVectorFEMassKernel)