10#ifdef MOOSE_MFEM_ENABLED
21 params.
addParam<MFEMScalarCoefficientName>(
22 "coefficient",
"0.",
"The coefficient setting the values on the essential boundary");
27 :
MFEMEssentialBC(parameters), _coef(getScalarCoefficient(
"coefficient"))
registerMooseObject("MooseApp", MFEMScalarDirichletBC)
mfem::Array< int > & getBoundaryMarkers()
static InputParameters validParams()
mfem::Coefficient & _coef
static InputParameters validParams()
MFEMScalarDirichletBC(const InputParameters ¶meters)
void ApplyBC(mfem::GridFunction &gridfunc) override