CHROMA
|
Functions | |
GaugeAction< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createGaugeAct (XMLReader &xml, const std::string &path) |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "WILSON_COARSE_FINE_GAUGEACT" |
static bool | registered = false |
Local registration flag. More... | |
GaugeAction< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::WilsonCoarseFineGaugeActEnv::createGaugeAct | ( | XMLReader & | xml, |
const std::string & | path | ||
) |
Definition at line 16 of file wilson_coarse_fine_gaugeact.cc.
References Chroma::CreateGaugeStateEnv::reader().
Referenced by registerAll().
bool Chroma::WilsonCoarseFineGaugeActEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 29 of file wilson_coarse_fine_gaugeact.cc.
References createGaugeAct(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::GaugeActsEnv::registerAll().
const std::string Chroma::WilsonCoarseFineGaugeActEnv::name = "WILSON_COARSE_FINE_GAUGEACT" |
Definition at line 23 of file wilson_coarse_fine_gaugeact.cc.
Referenced by Chroma::WilsonCoarseFineGaugeAct::init(), and registerAll().
|
static |
Local registration flag.
Definition at line 26 of file wilson_coarse_fine_gaugeact.cc.
Referenced by registerAll().