Nektar++
|
Defines a hash function for nodes. More...
#include <MeshElements.h>
Public Member Functions | |
std::size_t | operator() (NodeSharedPtr const &p) const |
Defines a hash function for nodes.
The hash of a node is straight-forward; a combination of the x, y, and z co-ordinates in this order.
Definition at line 207 of file MeshElements.h.
|
inline |
Definition at line 209 of file MeshElements.h.