Nektar++
Loading...
Searching...
No Matches
Public Member Functions | List of all members
Nektar::SpatialDomains::GeomFactorsHash Struct Reference

A hash functor for geometric factors. Utilises GeomFactors::GetHash. More...

#include <GeomFactors.h>

Public Member Functions

std::size_t operator() (GeomFactors *const &p) const
 

Detailed Description

A hash functor for geometric factors. Utilises GeomFactors::GetHash.

Definition at line 201 of file GeomFactors.h.

Member Function Documentation

◆ operator()()

std::size_t Nektar::SpatialDomains::GeomFactorsHash::operator() ( GeomFactors *const &  p) const
inline

Definition at line 203 of file GeomFactors.h.

204 {
205 return p->GetHash();
206 }
std::vector< double > p(NPUPPER)