|
Bridge++
Ver. 1.1.x
|
#include <gaugeConfig_SF.h>
Public Member Functions | |
| GaugeConfig_SF (const string &type) | |
| void | set_cold_SF (Field *U, double *phi, double *phipr) |
Public Member Functions inherited from GaugeConfig | |
| GaugeConfig (const string &type) | |
| virtual | ~GaugeConfig () |
| void | read_file (Field *u, const string &filename) |
| void | write_file (Field *u, const string &filename) |
| void | read_config (Field *U, int confnum) |
| void | write_config (Field *U, int confnum) |
| void | set_prefix (string prefix) |
| void | set_postfix (string postfix) |
| void | set_parameters (const string &prefix, const string &postfix) |
Additional Inherited Members | |
Static Public Member Functions inherited from GaugeConfig | |
| static void | set_cold (Field *U) |
| cold start. set all links to unity. More... | |
Protected Attributes inherited from GaugeConfig | |
| string | m_prefix |
| string | m_postfix |
| Bridge::VerboseLevel | m_vl |
| FieldIO * | m_fieldio |
Setup the tree level gauge configuration for the SF boundary condition, which minimize the classical action.
Definition at line 40 of file gaugeConfig_SF.h.
|
inline |
Definition at line 43 of file gaugeConfig_SF.h.
| void GaugeConfig_SF::set_cold_SF | ( | Field * | U, |
| double * | phi, | ||
| double * | phipr | ||
| ) |
Setup the tree level gauge configuration for the SF boundary condition, which minimize the classical action.
Definition at line 29 of file gaugeConfig_SF.cpp.