10#ifdef MOOSE_MFEM_ENABLED
20 params.
addClassDescription(
"Adds the boundary integrator to an MFEM problem for the linear form "
22 "arising from the weak form of the forcing term $f$.");
23 params.
addParam<MFEMScalarCoefficientName>(
24 "coefficient",
"1.",
"The coefficient which will be used in the integrated BC");
35mfem::LinearFormIntegrator *
38 return new mfem::BoundaryLFIntegrator(
_coef);
registerMooseObject("MooseApp", MFEMBoundaryIntegratedBC)
virtual mfem::LinearFormIntegrator * createLFIntegrator()
Create MFEM integrator to apply to the RHS of the weak form. Ownership managed by the caller.
mfem::Coefficient & _coef
static InputParameters validParams()
MFEMBoundaryIntegratedBC(const InputParameters ¶meters)
static InputParameters validParams()