40 namespace LocalRegions
45 const unsigned short p,
46 const unsigned short q,
47 const unsigned short r,
48 const unsigned short entityID,
50 : m_indexMapType(indexmapType),
51 m_shapeType(shapeType),
56 m_orientation(orientation)
62 m_indexMapType (indexmapType),
63 m_shapeType(rhs.m_shapeType),
67 m_entityID (rhs.m_entityID),
68 m_orientation (rhs.m_orientation)
73 m_indexMapType (rhs.m_indexMapType),
74 m_shapeType(rhs.m_shapeType),
78 m_entityID (rhs.m_entityID),
79 m_orientation (rhs.m_orientation)
friend bool operator==(const IndexMapKey &lhs, const IndexMapKey &rhs)
LibUtilities::ShapeType m_shapeType
IndexMapType GetIndexMapType() const
StdRegions::Orientation m_orientation
unsigned short m_entityID
friend bool operator<(const IndexMapKey &lhs, const IndexMapKey &rhs)
IndexMapType m_indexMapType
const char *const IndexMapTypeMap[]
std::ostream & operator<<(std::ostream &os, const IndexMapKey &rhs)
The above copyright notice and this permission notice shall be included.
bool operator()(const IndexMapKey &lhs, const IndexMapKey &rhs) const