CHROMA
fermbcs_aggregate_s.cc
Go to the documentation of this file.
1 /*! \file
2  * \brief All Wilson-type fermion boundary conditions
3  */
4 
7 
8 namespace Chroma
9 {
10 
11  //! Registration aggregator
12  namespace StaggeredTypeFermBCEnv
13  {
14  static bool registered = false;
15 
16  bool registerAll()
17  {
18  bool success = true;
19  if (! registered)
20  {
22  registered = true;
23  }
24  return success;
25  }
26  }
27 
28 }
All Staggered-type fermion boundary conditions.
bool registerAll()
Register all objects.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Simple fermionic BC.