MFEM  v4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
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 25 of file hash.hpp.

Member Data Documentation

int mfem::Hashed2::next

Definition at line 28 of file hash.hpp.

int mfem::Hashed2::p1

Definition at line 27 of file hash.hpp.

int mfem::Hashed2::p2

Definition at line 27 of file hash.hpp.


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