22 "Adds the domain integrator to an MFEM problem for the bilinear form " 23 "$(k\\vec\\nabla \\cdot \\vec u, \\vec\\nabla \\cdot \\vec v)_\\Omega$ " 24 "arising from the weak form of the grad-div operator " 25 "$-\\vec\\nabla \\left( k \\vec\\nabla \\cdot \\vec u \\right)$.");
27 params.
addParam<MFEMScalarCoefficientName>(
28 "coefficient",
"1.",
"Name of property k to multiply the integrator by");
37 _coef(getScalarCoefficient(getParam<MFEMScalarCoefficientName>(
"coefficient")))
41 mfem::BilinearFormIntegrator *
44 return new mfem::DivDivIntegrator(
_coef);
static InputParameters validParams()
mfem::Coefficient & _coef
registerMooseObject("MooseApp", MFEMDivDivKernel)
MFEMDivDivKernel(const InputParameters ¶meters)
virtual mfem::BilinearFormIntegrator * createBFIntegrator() override
static InputParameters validParams()