Flow123d  DF_patch_fe_darcy_complete-579fe1e
Public Member Functions | Static Public Member Functions | List of all members
IntegralTplHash Struct Reference

Define Integral Tuple hash function - helper struct of IntegralPtrMap. More...

#include <integral_data.hh>

Public Member Functions

std::size_t operator() (std::tuple< uint, uint > tpl) const
 

Static Public Member Functions

static std::tuple< uint, uintintegral_tuple (uint dim, uint quad_size)
 Create tuple from dimennsion and size of Quadrature. More...
 

Detailed Description

Define Integral Tuple hash function - helper struct of IntegralPtrMap.

Definition at line 198 of file integral_data.hh.

Member Function Documentation

◆ integral_tuple()

static std::tuple<uint, uint> IntegralTplHash::integral_tuple ( uint  dim,
uint  quad_size 
)
inlinestatic

Create tuple from dimennsion and size of Quadrature.

Definition at line 204 of file integral_data.hh.

Here is the caller graph for this function:

◆ operator()()

std::size_t IntegralTplHash::operator() ( std::tuple< uint, uint tpl) const
inline

Definition at line 199 of file integral_data.hh.


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