Functions |
ElementFactory & | Nektar::Utilities::GetElementFactory () |
bool | Nektar::Utilities::operator== (ConditionSharedPtr const &c1, ConditionSharedPtr const &c2) |
| Test equality of two conditions - i.e. compare types, fields and values but not composite ids.
|
bool | Nektar::Utilities::operator== (NodeSharedPtr const &p1, NodeSharedPtr const &p2) |
| Defines equality between two NodeSharedPtr objects.
|
bool | Nektar::Utilities::operator< (NodeSharedPtr const &p1, NodeSharedPtr const &p2) |
| Defines ordering between two NodeSharedPtr objects.
|
std::ostream & | Nektar::Utilities::operator<< (std::ostream &os, const NodeSharedPtr &n) |
bool | Nektar::Utilities::operator== (EdgeSharedPtr const &p1, EdgeSharedPtr const &p2) |
| Defines equality of two edges (equal if IDs of end nodes match in either ordering).
|
bool | Nektar::Utilities::operator< (EdgeSharedPtr const &p1, EdgeSharedPtr const &p2) |
| Defines ordering between two edges (based on ID of edges).
|
bool | Nektar::Utilities::operator== (FaceSharedPtr const &p1, FaceSharedPtr const &p2) |
| Defines equality of two faces (equal if IDs of vertices are the same.)
|
bool | Nektar::Utilities::operator< (FaceSharedPtr const &p1, FaceSharedPtr const &p2) |
| Defines ordering between two faces (depending on ID of faces).
|
bool | Nektar::Utilities::operator== (const struct TetOrient &a, const struct TetOrient &b) |