CHROMA
Functions | Variables
Chroma::EvenOddPrecDWFermActArrayEnv Namespace Reference

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 = "DWF"
 Name to be used. More...
 
static bool registered = false
 Local registration flag. More...
 

Detailed Description

Hooks to register the class with the fermact factory.

Name and registration.

Function Documentation

◆ createFermAct()

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

Callback function.

Differs in return type

Definition at line 39 of file eoprec_dwf_fermact_array_w.cc.

References createFermAct5D().

Referenced by registerAll().

◆ createFermAct5D()

WilsonTypeFermAct5D<LatticeFermion, multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> >* Chroma::EvenOddPrecDWFermActArrayEnv::createFermAct5D ( XMLReader &  xml_in,
const std::string &  path 
)

Callback function.

Definition at line 28 of file eoprec_dwf_fermact_array_w.cc.

References Chroma::CreateFermStateEnv::reader().

Referenced by createFermAct(), and registerAll().

◆ registerAll()

bool Chroma::EvenOddPrecDWFermActArrayEnv::registerAll ( )

Variable Documentation

◆ name

const std::string Chroma::EvenOddPrecDWFermActArrayEnv::name = "DWF"

Name to be used.

Definition at line 46 of file eoprec_dwf_fermact_array_w.cc.

Referenced by registerAll().

◆ registered

bool Chroma::EvenOddPrecDWFermActArrayEnv::registered = false
static

Local registration flag.

Definition at line 49 of file eoprec_dwf_fermact_array_w.cc.

Referenced by registerAll().