|
CHROMA
|
CG2 system solver namespace. More...
Functions | |
| MdagMMultiSystemSolver< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A) |
| Callback function. More... | |
| const std::string | name ("CG_CHRONO_CLOVER_INVERTER") |
| Name to be used. More... | |
| bool | registerAll () |
| Register all the factories. More... | |
Variables | |
| static bool | registered = false |
| Local registration flag. More... | |
CG2 system solver namespace.
| MdagMMultiSystemSolver<LatticeFermion>* Chroma::MdagMMultiSysSolverCGChronoCloverEnv::createFerm | ( | XMLReader & | xml_in, |
| const std::string & | path, | ||
| Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > | state, | ||
| Handle< LinearOperator< LatticeFermion > > | A | ||
| ) |
Callback function.
Definition at line 18 of file multi_syssolver_mdagm_cg_chrono_clover.cc.
References Chroma::A(), and Chroma::state.
Referenced by registerAll().
| const std::string Chroma::MdagMMultiSysSolverCGChronoCloverEnv::name | ( | "CG_CHRONO_CLOVER_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
| bool Chroma::MdagMMultiSysSolverCGChronoCloverEnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 33 of file multi_syssolver_mdagm_cg_chrono_clover.cc.
References createFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::MdagMMultiSysSolverEnv::registerAll().
|
static |
Local registration flag.
Definition at line 30 of file multi_syssolver_mdagm_cg_chrono_clover.cc.
Referenced by registerAll().