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");
35 mfem::LinearFormIntegrator *
38 return new mfem::BoundaryLFIntegrator(
_coef);
42 mfem::BilinearFormIntegrator *
registerMooseObject("MooseApp", MFEMBoundaryIntegratedBC)
virtual mfem::BilinearFormIntegrator * createBFIntegrator()
Create MFEM integrator to apply to the LHS of the weak form. Ownership managed by the caller...
static InputParameters validParams()
MFEMBoundaryIntegratedBC(const InputParameters ¶meters)
static InputParameters validParams()
virtual mfem::LinearFormIntegrator * createLFIntegrator()
Create MFEM integrator to apply to the RHS of the weak form. Ownership managed by the caller...
mfem::Coefficient & _coef