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.");
34 mfem::BilinearFormIntegrator *
37 return new mfem::MixedGradGradIntegrator(
_coef);
MFEMMixedGradGradKernel(const InputParameters ¶meters)
static InputParameters validParams()
registerMooseObject("MooseApp", MFEMMixedGradGradKernel)
mfem::Coefficient & _coef
virtual mfem::BilinearFormIntegrator * createMBFIntegrator() override
Create MFEM mixed bilinear form integrator. Ownership managed by the caller.