GEOSX
Public Member Functions | List of all members
geos::NodeKeyHasher< T > Struct Template Reference

Strucure used to hash interpolation arrays representing high-order nodes. More...

#include <MeshMapUtilities.hpp>

Public Member Functions

std::size_t operator() (const std::array< T, 6 > &arr) const
 

Detailed Description

template<typename T>
struct geos::NodeKeyHasher< T >

Strucure used to hash interpolation arrays representing high-order nodes.

Template Parameters
Ttype of node index, usually a local or global index

Definition at line 219 of file MeshMapUtilities.hpp.

Member Function Documentation

◆ operator()()

template<typename T >
std::size_t geos::NodeKeyHasher< T >::operator() ( const std::array< T, 6 > &  arr) const
inline
Returns
the hash of an interpolation array representing a high-order node.
Parameters
arrthe array corresponding to the node to be hashed

Definition at line 225 of file MeshMapUtilities.hpp.


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