CHROMA
|
Functions | |
GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createGaugeBC (XMLReader &xml, const std::string &path) |
Callback function to register with the factory. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "SCHROEDINGER_ZERO_GAUGEBC" |
static bool | registered = false |
Local registration flag. More... | |
GaugeBC< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::SchrSFZeroGaugeBCEnv::createGaugeBC | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Callback function to register with the factory.
Definition at line 14 of file schr_sf_zero_gaugebc.cc.
Referenced by registerAll().
bool Chroma::SchrSFZeroGaugeBCEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 26 of file schr_sf_zero_gaugebc.cc.
References createGaugeBC(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeTypeGaugeBCEnv::registerAll().
const std::string Chroma::SchrSFZeroGaugeBCEnv::name = "SCHROEDINGER_ZERO_GAUGEBC" |
Definition at line 20 of file schr_sf_zero_gaugebc.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 23 of file schr_sf_zero_gaugebc.cc.
Referenced by registerAll().