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