CHROMA
|
Hooks to register the class with the fermact factory. More...
Functions | |
StaggeredTypeFermAct< LatticeStaggeredFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFermAct4D (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
FermionAction< LatticeStaggeredFermion, 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 = "KLEIN_GORDON" |
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<LatticeStaggeredFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::KleinGordonFermActEnv::createFermAct | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Differs in return type
Definition at line 69 of file klein_gordon_fermact_s.cc.
References createFermAct4D().
Referenced by registerAll().
StaggeredTypeFermAct<LatticeStaggeredFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::KleinGordonFermActEnv::createFermAct4D | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Callback function.
Definition at line 58 of file klein_gordon_fermact_s.cc.
References Chroma::StaggeredCreateFermStateEnv::reader().
Referenced by createFermAct(), and registerAll().
bool Chroma::KleinGordonFermActEnv::registerAll | ( | ) |
Register all the factories.
Definition at line 82 of file klein_gordon_fermact_s.cc.
References createFermAct(), createFermAct4D(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::StaggeredTypeFermActsEnv::registerAll().
const std::string Chroma::KleinGordonFermActEnv::name = "KLEIN_GORDON" |
Name to be used.
Definition at line 76 of file klein_gordon_fermact_s.cc.
Referenced by registerAll().
|
static |
Local registration flag.
Definition at line 79 of file klein_gordon_fermact_s.cc.
Referenced by registerAll().