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