MFEM  v4.6.0
Finite element discretization library
Public Attributes | List of all members
mfem::Hashed2 Struct Reference

#include <hash.hpp>

Inheritance diagram for mfem::Hashed2:
[legend]

Public Attributes

int p1
 
int p2
 
int next
 

Detailed Description

A concept for items that should be used in HashTable and be accessible by hashing two IDs.

Definition at line 27 of file hash.hpp.

Member Data Documentation

◆ next

int mfem::Hashed2::next

Definition at line 30 of file hash.hpp.

◆ p1

int mfem::Hashed2::p1

Definition at line 29 of file hash.hpp.

◆ p2

int mfem::Hashed2::p2

Definition at line 29 of file hash.hpp.


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