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