10 #ifdef MOOSE_MFEM_ENABLED
MFEMIntegratedBC(const InputParameters ¶meters)
virtual ~MFEMIntegratedBC()=default
virtual mfem::BilinearFormIntegrator * createBFIntegrator()=0
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller...
static InputParameters validParams()
virtual const std::string & getTrialVariableName() const
Get name of the trial variable (gridfunction) the kernel acts on.
const VariableName & _test_var_name
Name of (the test variable associated with) the weak form that the kernel is applied to...
virtual mfem::LinearFormIntegrator * createLFIntegrator()=0
Create MFEM integrator to apply to the RHS of the weak form. Ownership managed by the caller...
const InputParameters & parameters() const
Get the parameters of the object.