libMesh
|
Public Member Functions | |
std::size_t | operator() (const Key &vertex_ids) const |
The "Hash" template argument. More... | |
bool | operator() (const Key &lhs, const Key &rhs) const |
The "KeyEqual" template argument. More... | |
Definition at line 93 of file sides_to_elem_map.h.
|
inline |
The "Hash" template argument.
We just use the same Utility::hashword() function that is used by the various Elem::compute_key() implementations, although here we can assume the sorting has already been done for us. This will be a 32-bit hash when dof_id_type is 32-bits and a 64-bit hash when dof_id_type is 64 bits.
Definition at line 105 of file sides_to_elem_map.h.
References libMesh::Utility::hashword().
|
inline |
The "KeyEqual" template argument.
Calls std::vector::operator==()
Definition at line 114 of file sides_to_elem_map.h.