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