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