MFEM  v4.5.1
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Attributes | List of all members
mfem::Hashed4 Struct Reference

#include <hash.hpp>

Inheritance diagram for mfem::Hashed4:
[legend]

Public Attributes

int p1
 
int p2
 
int p3
 
int next
 

Detailed Description

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

Definition at line 35 of file hash.hpp.

Member Data Documentation

int mfem::Hashed4::next

Definition at line 38 of file hash.hpp.

int mfem::Hashed4::p1

Definition at line 37 of file hash.hpp.

int mfem::Hashed4::p2

Definition at line 37 of file hash.hpp.

int mfem::Hashed4::p3

Definition at line 37 of file hash.hpp.


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