CHROMA
|
MR system solver namespace. More...
Functions | |
LinOpSystemSolver< LatticeFermion > * | createFerm (XMLReader &xml_in, const std::string &path, Handle< FermState< LatticeFermion, multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > state, Handle< LinearOperator< LatticeFermion > > A) |
Callback function. More... | |
LinOpSystemSolver< LatticeStaggeredFermion > * | createStagFerm (XMLReader &xml_in, const std::string &path, Handle< LinearOperator< LatticeStaggeredFermion > > A) |
Callback function. More... | |
const std::string | name ("MR_INVERTER") |
Name to be used. More... | |
bool | registerAll () |
Register all the factories. More... | |
Variables | |
static bool | registered = false |
Local registration flag. More... | |
MR system solver namespace.
LinOpSystemSolver<LatticeFermion>* Chroma::LinOpSysSolverMREnv::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 17 of file syssolver_linop_mr.cc.
References Chroma::A().
Referenced by registerAll().
LinOpSystemSolver<LatticeStaggeredFermion>* Chroma::LinOpSysSolverMREnv::createStagFerm | ( | XMLReader & | xml_in, |
const std::string & | path, | ||
Handle< LinearOperator< LatticeStaggeredFermion > > | A | ||
) |
Callback function.
Definition at line 26 of file syssolver_linop_mr.cc.
References Chroma::A().
Referenced by registerAll().
const std::string Chroma::LinOpSysSolverMREnv::name | ( | "MR_INVERTER" | ) |
Name to be used.
Referenced by registerAll().
bool Chroma::LinOpSysSolverMREnv::registerAll | ( | ) |
Register all the factories.
Register the syssolver.
Definition at line 41 of file syssolver_linop_mr.cc.
References createFerm(), createStagFerm(), Chroma::SingletonHolder< T, CreationPolicy, LifetimePolicy, ThreadingModel >::Instance(), name(), and registered.
Referenced by Chroma::LinOpSysSolverEnv::registerAll().
|
static |
Local registration flag.
Definition at line 38 of file syssolver_linop_mr.cc.
Referenced by registerAll().