CHROMA
|
Name and registration. More...
Functions | |
FermBC< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | createFermBC (XMLReader &xml_in, const std::string &path) |
Callback function. More... | |
FermBC< LatticeFermionF, multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > * | createFermBCF (XMLReader &xml_in, const std::string &path) |
FermBC< LatticeFermionD, multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > * | createFermBCD (XMLReader &xml_in, const std::string &path) |
bool | registerAll () |
Register all objects. More... | |
Variables | |
const std::string | name = "SIMPLE_FERMBC" |
Name to be used. More... | |
static bool | registered = false |
Name and registration.
FermBC<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::WilsonTypeSimpleFermBCEnv::createFermBC | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
FermBC<LatticeFermionD, multi1d<LatticeColorMatrixD>, multi1d<LatticeColorMatrixD> >* Chroma::WilsonTypeSimpleFermBCEnv::createFermBCD | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 38 of file simple_fermbc_w.cc.
Referenced by registerAll().
FermBC<LatticeFermionF, multi1d<LatticeColorMatrixF>, multi1d<LatticeColorMatrixF> >* Chroma::WilsonTypeSimpleFermBCEnv::createFermBCF | ( | XMLReader & | xml_in, |
const std::string & | path | ||
) |
Definition at line 28 of file simple_fermbc_w.cc.
Referenced by registerAll().
bool Chroma::WilsonTypeSimpleFermBCEnv::registerAll | ( | ) |
Register all objects.
Definition at line 53 of file simple_fermbc_w.cc.
References createFermBC(), createFermBCD(), createFermBCF(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name, and registered.
Referenced by Chroma::WilsonTypeFermBCEnv::registerAll().
const std::string Chroma::WilsonTypeSimpleFermBCEnv::name = "SIMPLE_FERMBC" |
Name to be used.
Definition at line 48 of file simple_fermbc_w.cc.
Referenced by Chroma::WilsonTypeFermBCEnv::reader(), and registerAll().
|
static |
Definition at line 50 of file simple_fermbc_w.cc.
Referenced by registerAll().