CHROMA
|
CG1 system solver namespace. More...
Functions | |
LinOpSystemSolverArray< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperatorArray< LatticeFermion > > A) |
Callback function. More... | |
const std::string | name ("MDWF_INVERTER") |
Name to be used. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
static bool | registered = false |
Local registration flag. More... | |
CG1 system solver namespace.
LinOpSystemSolverArray<LatticeFermion>* Chroma::LinOpSysSolverMDWFArrayEnv::createFerm | ( | XMLReader & | xml_in, |
const std::string & | path, | ||
Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | state, | ||
Handle< LinearOperatorArray< LatticeFermion > > | A | ||
) |
Callback function.
Definition at line 25 of file syssolver_linop_mdwf_array.cc.
References Chroma::A(), and Chroma::state.
Referenced by registerAll().
const std::string Chroma::LinOpSysSolverMDWFArrayEnv::name | ( | "MDWF_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
bool Chroma::LinOpSysSolverMDWFArrayEnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 45 of file syssolver_linop_mdwf_array.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::LinOpSysSolverArrayEnv::registerAll().
|
static |
Local registration flag.
Definition at line 42 of file syssolver_linop_mdwf_array.cc.
Referenced by registerAll().