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