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