CHROMA
Functions | Variables
Chroma::PeriodicGaugeBCEnv Namespace Reference

Functions

GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * createGaugeBC (XMLReader &xml, const std::string &path)
 Callback 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 = "PERIODIC_GAUGEBC"
 
static bool registered = false
 Local registration flag. More...
 

Function Documentation

◆ createGaugeBC()

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

Callback function to register with the factory.

Definition at line 18 of file periodic_gaugebc.cc.

Referenced by registerAll().

◆ createGaugeBCD()

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

Definition at line 33 of file periodic_gaugebc.cc.

Referenced by registerAll().

◆ createGaugeBCF()

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

Definition at line 26 of file periodic_gaugebc.cc.

Referenced by registerAll().

◆ registerAll()

bool Chroma::PeriodicGaugeBCEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::PeriodicGaugeBCEnv::name = "PERIODIC_GAUGEBC"

Definition at line 40 of file periodic_gaugebc.cc.

Referenced by registerAll().

◆ registered

bool Chroma::PeriodicGaugeBCEnv::registered = false
static

Local registration flag.

Definition at line 43 of file periodic_gaugebc.cc.

Referenced by registerAll().