43 #ifndef PANZER_BASIS_DESCRIPTOR_HPP 
   44 #define PANZER_BASIS_DESCRIPTOR_HPP 
  120 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,...) 
 
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. 
 
BasisDescriptor()
Constructor for empty basis.