CHROMA
|
Hooks to register the class with the fermact factory. More...
Functions | |
WilsonTypeFermAct< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFermAct4D (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 = "UNPRECONDITIONED_HAMBER-WU" |
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::UnprecHamberWuFermActEnv::createFermAct | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Differs in return type
Definition at line 34 of file unprec_hamberwu_fermact_w.cc.
References createFermAct4D().
Referenced by registerAll().
WilsonTypeFermAct<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::UnprecHamberWuFermActEnv::createFermAct4D | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Definition at line 23 of file unprec_hamberwu_fermact_w.cc.
References Chroma::CreateFermStateEnv::reader().
Referenced by createFermAct(), and registerAll().
bool Chroma::UnprecHamberWuFermActEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 47 of file unprec_hamberwu_fermact_w.cc.
References createFermAct(), createFermAct4D(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::WilsonTypeFermActs4DEnv::registerAll().
const std::string Chroma::UnprecHamberWuFermActEnv::name = "UNPRECONDITIONED_HAMBER-WU" |
Name to be used.
Definition at line 41 of file unprec_hamberwu_fermact_w.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 44 of file unprec_hamberwu_fermact_w.cc.
Referenced by registerAll().