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