| 
| bool  | Nektar::NekMeshUtils::operator== (ElmtConfig const &c1, ElmtConfig const &c2) | 
|   | 
| bool  | Nektar::NekMeshUtils::operator== (HOSurfSharedPtr const &p1, HOSurfSharedPtr const &p2) | 
|   | Compares two HOSurf objects referred to as shared pointers.  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator== (ConditionSharedPtr const &c1, ConditionSharedPtr const &c2) | 
|   | Test equality of two conditions - i.e. compare types, fields and values but not composite ids.  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator== (NodeSharedPtr const &p1, NodeSharedPtr const &p2) | 
|   | Defines equality between two NodeSharedPtr objects.  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator!= (NodeSharedPtr const &p1, NodeSharedPtr const &p2) | 
|   | 
| bool  | Nektar::NekMeshUtils::operator< (NodeSharedPtr const &p1, NodeSharedPtr const &p2) | 
|   | Defines ordering between two NodeSharedPtr objects.  More...
  | 
|   | 
| std::ostream &  | Nektar::NekMeshUtils::operator<< (std::ostream &os, const NodeSharedPtr &n) | 
|   | 
| bool  | Nektar::NekMeshUtils::operator== (EdgeSharedPtr const &p1, EdgeSharedPtr const &p2) | 
|   | Defines equality of two edges (equal if IDs of end nodes match in either ordering).  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator< (EdgeSharedPtr const &p1, EdgeSharedPtr const &p2) | 
|   | Defines ordering between two edges (based on ID of edges).  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator== (FaceSharedPtr const &p1, FaceSharedPtr const &p2) | 
|   | Defines equality of two faces (equal if IDs of vertices are the same.)  More...
  | 
|   | 
| bool  | Nektar::NekMeshUtils::operator< (FaceSharedPtr const &p1, FaceSharedPtr const &p2) | 
|   | Defines ordering between two faces (depending on ID of faces).  More...
  | 
|   |