10#ifdef MOOSE_MFEM_ENABLED
27 virtual bool isScalar()
const override;
29 virtual bool isVector()
const override;
33 virtual std::string
getFECName()
const override;
37 virtual int getVDim()
const override;
Constructs and stores an mfem::ParFiniteElementSpace object.
Constructs and stores an mfem::ParFiniteElementSpace object.
virtual bool isScalar() const override
static InputParameters validParams()
virtual std::string getFECName() const override
Get the name of the desired FECollection.
const std::string _fec_name
The name of the finite element collection.
const int _vdim
The number of degrees of freedom per basis function.
virtual int getVDim() const override
Get the number of degrees of freedom per basis function needed in this finite element space.
virtual bool isVector() const override
const InputParameters & parameters() const
Get the parameters of the object.