10#ifdef MOOSE_MFEM_ENABLED
21 "Adds the domain integrator to an MFEM problem for the mixed bilinear form "
22 "$(k\\vec\\nabla u, \\vec\\nabla v)_\\Omega$.");
23 params.
addParam<MFEMScalarCoefficientName>(
"coefficient",
"1.",
"Name of property k to use.");
34mfem::BilinearFormIntegrator *
37 return new mfem::MixedGradGradIntegrator(
_coef);
registerMooseObject("MooseApp", MFEMMixedGradGradKernel)
virtual mfem::BilinearFormIntegrator * createMBFIntegrator() override
Create MFEM mixed bilinear form integrator. Ownership managed by the caller.
static InputParameters validParams()
MFEMMixedGradGradKernel(const InputParameters ¶meters)
mfem::Coefficient & _coef