pomerol  2.1
Public Member Functions | Data Fields
Pomerol::SusceptibilityPart::Term::Hash Struct Reference

Hasher for terms. More...

#include <SusceptibilityPart.hpp>

Public Member Functions

 Hash (double EnergySpacing=1e-8)
 
std::size_t operator() (Term const &t) const
 
void broadcast (MPI_Comm const &comm, int root)
 

Data Fields

double EnergySpacing
 Poles located within this energy spacing from each other produce the same hash value. More...
 

Detailed Description

Hasher for terms.

Definition at line 71 of file SusceptibilityPart.hpp.

Constructor & Destructor Documentation

◆ Hash()

Pomerol::SusceptibilityPart::Term::Hash::Hash ( double  EnergySpacing = 1e-8)
inlineexplicit

Constructor.

Parameters
[in]EnergySpacingEnergy spacing.

Definition at line 76 of file SusceptibilityPart.hpp.

Member Function Documentation

◆ broadcast()

void Pomerol::SusceptibilityPart::Term::Hash::broadcast ( MPI_Comm const &  comm,
int  root 
)
inline

Broadcast this object from a root MPI rank to all other ranks in a communicator.

Parameters
[in]commThe MPI communicator for the broadcast operation.
[in]rootRank of the root MPI process.

Definition at line 83 of file SusceptibilityPart.hpp.

◆ operator()()

std::size_t Pomerol::SusceptibilityPart::Term::Hash::operator() ( Term const &  t) const
inline

Compute hash of a term.

Parameters
[in]tTerm to compute hash for.

Definition at line 79 of file SusceptibilityPart.hpp.

Field Documentation

◆ EnergySpacing

double Pomerol::SusceptibilityPart::Term::Hash::EnergySpacing

Poles located within this energy spacing from each other produce the same hash value.

Definition at line 73 of file SusceptibilityPart.hpp.


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