CHROMA
syssolver_polyprec_aggregate.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All PolyPrec system solver constructors
3  */
4 
6 
8 
9 namespace Chroma
10 {
11 
12  //! Registration aggregator
13  namespace PolyPrecSysSolverEnv
14  {
15  //! Local registration flag
16  static bool registered = false;
17 
18  //! Register all the factories
19  bool registerAll()
20  {
21  bool success = true;
22  if (! registered)
23  {
24  // Sources
26  registered = true;
27  }
28  return success;
29  }
30  }
31 
32 }
bool registerAll()
Register all the factories.
bool registerAll()
Register all the factories.
static bool registered
Local registration flag.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Register linop system solvers that solve PolyPrec*psi=chi.
Solve a PolyPrec*psi=chi linear system by CG1.