Struct t8_msh_node_hasher
Defined in File t8_cmesh_readmshfile.cxx
Struct Documentation
-
struct t8_msh_node_hasher
Hasher for msh file nodes.
Public Functions
-
inline t8_msh_node_hasher(t8_locidx_t num_nodes)
Constructor of the node hasher
- Parameters:
num_nodes – [inout] Number of nodes in the msh file.
-
inline t8_gloidx_t operator()(const t8_msh_file_node &node) const
Hasher function.
- Parameters:
node – [inout] Msh node to create a hash value for.
- Returns:
The hash.
Public Members
-
t8_locidx_t num_nodes
The number of nodes in the msh file. This is used to compute the hash value.
-
inline t8_msh_node_hasher(t8_locidx_t num_nodes)