CHROMA
|
Hooks to register the class with the fermact factory. More...
Functions | |
WilsonTypeFermAct5D< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFermAct5D (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
FermionAction< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFermAct (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
const std::string | name = "KNO" |
Name to be used. More... | |
static bool | registered = false |
Local registration flag. More... | |
Hooks to register the class with the fermact factory.
Name and registration.
FermionAction<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecKNOFermActArrayEnv::createFermAct | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Differs in return type
Definition at line 38 of file eoprec_kno_fermact_array_w.cc.
References createFermAct5D().
Referenced by registerAll().
WilsonTypeFermAct5D<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecKNOFermActArrayEnv::createFermAct5D | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Definition at line 27 of file eoprec_kno_fermact_array_w.cc.
References Chroma::CreateFermStateEnv::reader().
Referenced by createFermAct(), and registerAll().
bool Chroma::EvenOddPrecKNOFermActArrayEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 51 of file eoprec_kno_fermact_array_w.cc.
References createFermAct(), createFermAct5D(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::WilsonTypeFermActs5DEnv::registerAll().
const std::string Chroma::EvenOddPrecKNOFermActArrayEnv::name = "KNO" |
Name to be used.
Definition at line 45 of file eoprec_kno_fermact_array_w.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 48 of file eoprec_kno_fermact_array_w.cc.
Referenced by registerAll().