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