CHROMA
Functions | Variables
Chroma::EvenOddPrecWilsonCoarseFineFermActEnv Namespace Reference

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...
 
const std::string name ("WILSON_COARSE_FINE")
 Name to be used. More...
 
bool registerAll ()
 Register all the factories. More...
 

Variables

static bool registered = false
 Local registration flag. More...
 
const std::string name
 

Detailed Description

Hooks to register the class with the fermact factory.

Name and registration.

Function Documentation

◆ createFermAct()

FermionAction<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::createFermAct ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Differs in return type

Definition at line 36 of file eoprec_wilson_coarse_fine_fermact_w.cc.

References createFermAct4D().

Referenced by registerAll().

◆ createFermAct4D()

WilsonTypeFermAct<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::createFermAct4D ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 25 of file eoprec_wilson_coarse_fine_fermact_w.cc.

References Chroma::CreateFermStateEnv::reader().

Referenced by createFermAct(), and registerAll().

◆ name()

const std::string Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::name ( "WILSON_COARSE_FINE"  )

Name to be used.

◆ registerAll()

bool Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::name
extern

Referenced by registerAll().

◆ registered

bool Chroma::EvenOddPrecWilsonCoarseFineFermActEnv::registered = false
static

Local registration flag.

Definition at line 46 of file eoprec_wilson_coarse_fine_fermact_w.cc.

Referenced by registerAll().