|
Bridge++
Version 1.5.4
|
#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 (Field_G *U, const string &filename=string()) |
| void | read (unique_ptr< Field_G > &U, const string &filename=string()) |
| void | write (Field_G *U, const string &filename=string()) |
| void | write (unique_ptr< Field_G > &U, const string &filename=string()) |
| void | read_file (Field_G *U, const string &filename) |
| void | read_file (unique_ptr< Field_G > &U, const string &filename) |
| void | write_file (Field_G *U, const string &filename) |
| void | write_file (unique_ptr< Field_G > &U, const string &filename) |
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 | |
| 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 41 of file gaugeConfig_SF.h.
|
inline |
Definition at line 47 of file gaugeConfig_SF.h.
| void GaugeConfig_SF::set_cold_SF | ( | Field * | U, |
| double * | phi, | ||
| double * | phipr | ||
| ) |
Definition at line 23 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 44 of file gaugeConfig_SF.h.