svFSIplus
Public Member Functions | List of all members
load_msh::MeshHashMaps Class Reference

Generate hash maps for mesh nodes and elements. More...

Public Member Functions

std::unordered_map< std::string, int > createNodeHashMap (const mshType &mesh, const int &nsd)
 Create a hash map for the global mesh nodes. More...
 
std::unordered_map< std::string, int > createElementHashMap (const mshType &mesh)
 Create a hash map for the global mesh elements. More...
 

Detailed Description

Generate hash maps for mesh nodes and elements.

Member Function Documentation

◆ createElementHashMap()

std::unordered_map<std::string, int> load_msh::MeshHashMaps::createElementHashMap ( const mshType mesh)
inline

Create a hash map for the global mesh elements.

Definition: mesh.cpp:52

◆ 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.

nsd

The documentation for this class was generated from the following file: