MFEM  v4.6.0
Finite element discretization library
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 36 of file hash.hpp.

Member Data Documentation

◆ next

int mfem::Hashed4::next

Definition at line 39 of file hash.hpp.

◆ p1

int mfem::Hashed4::p1

Definition at line 38 of file hash.hpp.

◆ p2

int mfem::Hashed4::p2

Definition at line 38 of file hash.hpp.

◆ p3

int mfem::Hashed4::p3

Definition at line 38 of file hash.hpp.


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