| 
    Bridge++
    Ver. 1.2.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) | 
Static Public Attributes | |
| static const std::string | class_name = "GaugeConfig_SF" | 
  Static Public Attributes inherited from GaugeConfig | |
| static const std::string | class_name = "GaugeConfig" | 
Additional Inherited Members | |
  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 46 of file gaugeConfig_SF.h.
| void GaugeConfig_SF::set_cold_SF | ( | Field * | U, | 
| double * | phi, | ||
| double * | phipr | ||
| ) | 
Definition at line 32 of file gaugeConfig_SF.cpp.
      
  | 
  static | 
Setup the tree level gauge configuration for the SF boundary condition, which minimize the classical action.
Definition at line 43 of file gaugeConfig_SF.h.