CHROMA
gaugebc_aggregate.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Gauge boundary condition aggregator
4  */
5 
6 #ifndef __gaugebc_aggregate_h__
7 #define __gaugebc_aggregate_h__
8 
9 #include "chromabase.h"
10 #include "handle.h"
11 #include "gaugebc.h"
12 
13 namespace Chroma
14 {
15  //! Registration aggregator
16  /*! @ingroup gaugebcs */
17  namespace GaugeTypeGaugeBCEnv
18  {
19  bool registerAll();
20 
21  //! Helper function for the GaugeAction readers
22  Handle<GaugeBC< multi1d<LatticeColorMatrix>, multi1d<LatticeColorMatrix> > > reader(XMLReader& xml_in,
23  const std::string& path);
24  }
25 }
26 
27 #endif
Primary include file for CHROMA library code.
Gauge boundary conditions.
Class for counted reference semantics.
bool registerAll()
Register all the factories.
Handle< GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > > reader(XMLReader &xml_in, const std::string &path)
Helper function for the GaugeAction readers.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979