10 #ifdef MOOSE_MFEM_ENABLED 29 virtual bool isDGBC()
const override {
return true; }
const InputParameters & parameters() const
Get the parameters of the object.
mfem::Coefficient & _bcoef
virtual mfem::BilinearFormIntegrator * createBFIntegrator() override
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller...
mfem::Coefficient & _dcoef
static InputParameters validParams()
virtual mfem::LinearFormIntegrator * createLFIntegrator() override
Create MFEM integrator to apply to the RHS of the weak form. Ownership managed by the caller...
virtual bool isDGBC() const override
Method to disambiguate whether we have a regular BC or a DG BC.
MFEMDGDiffusionBC(const InputParameters ¶meters)