CHROMA
gaugebcs.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Gauge boundary conditions
5  *
6  * Support for gauge boundary conditions
7  */
8 
9 /*! \defgroup gaugebc Gauge boundary conditions
10  * \ingroup gaugeact
11  *
12  * Support for gauge boundary conditions
13  */
14 
15 #ifndef __gaugebcsss_h__
16 #define __gaugebcsss_h__
17 
18 #include "gaugebc_factory.h"
19 #include "gaugebc_aggregate.h"
20 
21 #include "simple_gaugebc.h"
22 #include "periodic_gaugebc.h"
23 #include "schroedinger_gaugebc.h"
24 #include "schr_sf_gaugebc.h"
25 #include "schr_triv_gaugebc.h"
26 #include "schr_nonpert_gaugebc.h"
27 #include "schr_coupling_gaugebc.h"
28 #include "schr_chromomag_gaugebc.h"
29 #include "schr_dirich_gaugebc.h"
30 
31 #endif
Gauge boundary condition aggregator.
Gauge boundary condition factories.
Periodic gauge boundary conditions.
Schroedinger BC - chromo-magnetic gauge BC.
Schroedinger BC - use for coupling determinations.
Schroedinger BC - dirichlet BC.
Schroedinger BC - use for non-pertubative tuning of clover action.
Schroedinger gauge boundary conditions.
Schroedinger functional trivial gauge boundary conditions.
Schroedinger Gauge boundary conditions.
Simple gauge boundary conditions.