CHROMA
Functions | Variables
Chroma::SimpleGaugeBCEnv Namespace Reference

Functions

GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createGaugeBC (XMLReader &xml, const std::string &path)
 Calllback function to register with the factory. More...
 
GaugeBC< multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > * createGaugeBCF (XMLReader &xml, const std::string &path)
 
GaugeBC< multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > * createGaugeBCD (XMLReader &xml, const std::string &path)
 
bool registerAll ()
 Register all the factories. More...
 

Variables

const std::string name = "SIMPLE_GAUGEBC"
 
static bool registered = false
 Local registration flag. More...
 

Function Documentation

◆ createGaugeBC()

GaugeBC< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::SimpleGaugeBCEnv::createGaugeBC ( XMLReader &  xml,
const std::string &  path 
)

Calllback function to register with the factory.

Definition at line 14 of file simple_gaugebc.cc.

Referenced by registerAll().

◆ createGaugeBCD()

GaugeBC< multi1d<LatticeColorMatrixD>, multi1d<LatticeColorMatrixD> >* Chroma::SimpleGaugeBCEnv::createGaugeBCD ( XMLReader &  xml,
const std::string &  path 
)

Definition at line 32 of file simple_gaugebc.cc.

Referenced by registerAll().

◆ createGaugeBCF()

GaugeBC< multi1d<LatticeColorMatrixF>, multi1d<LatticeColorMatrixF> >* Chroma::SimpleGaugeBCEnv::createGaugeBCF ( XMLReader &  xml,
const std::string &  path 
)

Definition at line 23 of file simple_gaugebc.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::SimpleGaugeBCEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::SimpleGaugeBCEnv::name = "SIMPLE_GAUGEBC"

Definition at line 41 of file simple_gaugebc.cc.

Referenced by registerAll().

◆ registered

bool Chroma::SimpleGaugeBCEnv::registered = false
static

Local registration flag.

Definition at line 44 of file simple_gaugebc.cc.

Referenced by registerAll().