Nektar++
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
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>

Inheritance diagram for Nektar::SpatialDomains::GeomFactorsHash:
Inheritance graph
[legend]
Collaboration diagram for Nektar::SpatialDomains::GeomFactorsHash:
Collaboration graph
[legend]

Public Member Functions

std::size_t operator() (GeomFactorsSharedPtr const &p) const
 

Detailed Description

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

Definition at line 191 of file GeomFactors.h.

Member Function Documentation

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

Definition at line 194 of file GeomFactors.h.

195  {
196  return p->GetHash();
197  }