43#ifndef PANZER_BASIS_DESCRIPTOR_HPP
44#define PANZER_BASIS_DESCRIPTOR_HPP
int getOrder() const
Get order of basis.
std::string _basis_type
Basis type (HGrad, HDiv, HCurl,...)
const std::string & getType() const
Get type of basis.
virtual ~BasisDescriptor()=default
Destructor.
std::size_t getKey() const
Get unique key associated with basis of this order and type The key is used to sort through a map of ...
PointDescriptor getPointDescriptor() const
Build a point descriptor that builds reference points for the DOF locations. This method throws if no...
BasisDescriptor()
Constructor for empty basis.