11 #ifndef PANZER_BASIS_DESCRIPTOR_HPP
12 #define PANZER_BASIS_DESCRIPTOR_HPP
86 struct hash<panzer::BasisDescriptor>
PointDescriptor getPointDescriptor() const
Build a point descriptor that builds reference points for the DOF locations. This method throws if no...
std::string _basis_type
Basis type (HGrad, HDiv, HCurl, HVol)
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 ...
const std::string & getType() const
Get type of basis.
virtual ~BasisDescriptor()=default
Destructor.
int getOrder() const
Get order of basis.
bool operator==(const panzer::BasisDescriptor &left, const panzer::BasisDescriptor &right)
BasisDescriptor()
Constructor for empty basis.