|
CHROMA
|
Simple gauge boundary conditions. More...
#include "actions/gauge/gaugebcs/simple_gaugebc.h"#include "actions/gauge/gaugebcs/gaugebc_factory.h"Go to the source code of this file.
Namespaces | |
| Chroma | |
| Asqtad Staggered-Dirac operator. | |
| Chroma::SimpleGaugeBCEnv | |
Functions | |
| GaugeBC< multi1d< LatticeColorMatrix >, multi1d< LatticeColorMatrix > > * | Chroma::SimpleGaugeBCEnv::createGaugeBC (XMLReader &xml, const std::string &path) |
| Calllback function to register with the factory. More... | |
| GaugeBC< multi1d< LatticeColorMatrixF >, multi1d< LatticeColorMatrixF > > * | Chroma::SimpleGaugeBCEnv::createGaugeBCF (XMLReader &xml, const std::string &path) |
| GaugeBC< multi1d< LatticeColorMatrixD >, multi1d< LatticeColorMatrixD > > * | Chroma::SimpleGaugeBCEnv::createGaugeBCD (XMLReader &xml, const std::string &path) |
| bool | Chroma::SimpleGaugeBCEnv::registerAll () |
| Register all the factories. More... | |
| void | Chroma::read (XMLReader &xml, const std::string &path, SimpleGaugeBCParams &p) |
| void | Chroma::write (XMLWriter &xml, const std::string &path, const SimpleGaugeBCParams &p) |
Variables | |
| const std::string | Chroma::SimpleGaugeBCEnv::name = "SIMPLE_GAUGEBC" |
| static bool | Chroma::SimpleGaugeBCEnv::registered = false |
| Local registration flag. More... | |
Simple gauge boundary conditions.
Definition in file simple_gaugebc.cc.