Generate hash maps for mesh nodes and elements.
More...
|
std::unordered_map< std::string, int > | createNodeHashMap (const mshType &mesh, const int &nsd) |
| Create a hash map for the global mesh nodes.
|
|
std::unordered_map< std::string, int > | createElementHashMap (const mshType &mesh) |
| Create a hash map for the global mesh elements.
|
|
Generate hash maps for mesh nodes and elements.
◆ createElementHashMap()
std::unordered_map< std::string, int > load_msh::MeshHashMaps::createElementHashMap |
( |
const mshType & |
mesh | ) |
|
|
inline |
Create a hash map for the global mesh elements.
◆ createNodeHashMap()
std::unordered_map< std::string, int > load_msh::MeshHashMaps::createNodeHashMap |
( |
const mshType & |
mesh, |
|
|
const int & |
nsd |
|
) |
| |
|
inline |
Create a hash map for the global mesh nodes.
The documentation for this class was generated from the following file: