10#ifdef MOOSE_MFEM_ENABLED
23 virtual bool isScalar()
const override {
return true; }
25 virtual bool isVector()
const override {
return false; }
29 virtual std::string
getFECName()
const override;
33 virtual int getVDim()
const override;
virtual bool isVector() const override
virtual std::string getFECName() const override
Get the name of the desired FECollection.
static InputParameters validParams()
virtual int getVDim() const override
Get the number of degrees of freedom per basis function needed in this finite element space.
const std::string _fec_type
Name of the family of finite element collections to use.
virtual bool isScalar() const override
Class with common parameters for MFEMVectorFESpace and MFEMScalarFESpace.
const InputParameters & parameters() const
Get the parameters of the object.