#include <plaq_gaugeact.h>
Public Member Functions | |
| PlaqGaugeActParams () | |
| Base Constructor. | |
| PlaqGaugeActParams (XMLReader &xml_in, const std::string &path) | |
| Read params from some root path. | |
Public Attributes | |
| multi2d< Real > | coeffs |
Definition at line 26 of file plaq_gaugeact.h.
| Chroma::PlaqGaugeActParams::PlaqGaugeActParams | ( | ) | [inline] |
| Chroma::PlaqGaugeActParams::PlaqGaugeActParams | ( | XMLReader & | xml_in, | |
| const std::string & | path | |||
| ) |
Read params from some root path.
Definition at line 46 of file plaq_gaugeact.cc.
References coeffs, and Chroma::read().
| multi2d<Real> Chroma::PlaqGaugeActParams::coeffs |
Array of coefficients for aniso
Definition at line 34 of file plaq_gaugeact.h.
Referenced by Chroma::PlaqGaugeAct::deriv(), Chroma::PlaqGaugeAct::derivSpatial(), Chroma::PlaqGaugeAct::derivTemporal(), Chroma::WilsonCoarseFineGaugeAct::init(), Chroma::PlaqGaugeAct::init(), PlaqGaugeActParams(), Chroma::PlaqGaugeAct::S(), Chroma::PlaqGaugeAct::spatialS(), Chroma::PlaqGaugeAct::staple(), Chroma::PlaqGaugeAct::stapleSpatial(), Chroma::PlaqGaugeAct::stapleTemporal(), and Chroma::PlaqGaugeAct::temporalS().
1.4.7