10 #ifdef MOOSE_MFEM_ENABLED 24 virtual bool isDGKernel()
const override {
return true; }
const InputParameters & parameters() const
Get the parameters of the object.
static InputParameters validParams()
mfem::Coefficient & _coef
virtual bool isDGKernel() const override
Method to disambiguate whether we have a regular kernel or a DG Kernel.
virtual mfem::BilinearFormIntegrator * createBFIntegrator() override
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller...
Class to construct an MFEM integrator to apply to the equation system.
MFEMDGDiffusionKernel(const InputParameters ¶meters)