Bridge++  Ver. 2.0.2
GaugeFixing_Landau Class Reference

#include <gaugeFixing_Landau.h>

Inheritance diagram for GaugeFixing_Landau:
GaugeFixing

Public Member Functions

 GaugeFixing_Landau ()
 
 GaugeFixing_Landau (RandomNumbers *rand)
 
 GaugeFixing_Landau (const Parameters &params)
 
 GaugeFixing_Landau (RandomNumbers *rand, const Parameters &params)
 
 ~GaugeFixing_Landau ()
 
void set_parameters (const Parameters &params)
 
void set_parameters (const int Niter, const int Nnaive, const int Nmeas, const int Nreset, const double Enorm, const double wp)
 
void get_parameters (Parameters &params) const
 
void fix (Field_G &Ufix, const Field_G &Uorg)
 
- Public Member Functions inherited from GaugeFixing
 GaugeFixing ()
 
virtual ~GaugeFixing ()
 

Static Public Attributes

static const std::string class_name = "GaugeFixing_Landau"
 

Private Member Functions

void gfix_step (Field_G &Ue, Field_G &Uo, const double wp)
 one step of gauge fixing with overrelaxation parameter wp. More...
 
void set_randomGaugeTrans (Field_G &Geo)
 
void gauge_trans_eo (Field_G &Ue, Field_G &Uo, const Field_G &Geo, const int Ieo)
 
void calc_SG (double &sg, double &Fval, const Field_G &Ue, const Field_G &Uo)
 
void calc_W (Field_G &Weo, const Field_G &Ue, const Field_G &Uo, const int Ieo)
 
void calc_DLT (Field_G &Weo, const Field_G &Ue, const Field_G &Uo, const int Ieo)
 
void maxTr (Field_G &, Field_G &)
 
void maxTr1 (Field_G &, Field_G &)
 
void maxTr2 (Field_G &, Field_G &)
 
void maxTr3 (Field_G &, Field_G &)
 

Private Attributes

Bridge::VerboseLevel m_vl
 
int m_Niter
 
int m_Nnaive
 
int m_Nmeas
 
int m_Nreset
 
double m_Enorm
 
double m_wp
 
RandomNumbersm_rand
 
Index_eo m_index
 
ShiftField_eo m_shift
 

Detailed Description

Definition at line 64 of file gaugeFixing_Landau.h.

Constructor & Destructor Documentation

◆ GaugeFixing_Landau() [1/4]

GaugeFixing_Landau::GaugeFixing_Landau ( )
inline

Definition at line 85 of file gaugeFixing_Landau.h.

◆ GaugeFixing_Landau() [2/4]

GaugeFixing_Landau::GaugeFixing_Landau ( RandomNumbers rand)
inline

Definition at line 92 of file gaugeFixing_Landau.h.

◆ GaugeFixing_Landau() [3/4]

GaugeFixing_Landau::GaugeFixing_Landau ( const Parameters params)
inline

Definition at line 99 of file gaugeFixing_Landau.h.

◆ GaugeFixing_Landau() [4/4]

GaugeFixing_Landau::GaugeFixing_Landau ( RandomNumbers rand,
const Parameters params 
)
inline

Definition at line 108 of file gaugeFixing_Landau.h.

◆ ~GaugeFixing_Landau()

GaugeFixing_Landau::~GaugeFixing_Landau ( )
inline

Definition at line 117 of file gaugeFixing_Landau.h.

Member Function Documentation

◆ calc_DLT()

void GaugeFixing_Landau::calc_DLT ( Field_G Weo,
const Field_G Ue,
const Field_G Uo,
const int  Ieo 
)
private

Definition at line 313 of file gaugeFixing_Landau.cpp.

◆ calc_SG()

void GaugeFixing_Landau::calc_SG ( double &  sg,
double &  Fval,
const Field_G Ue,
const Field_G Uo 
)
private

Definition at line 278 of file gaugeFixing_Landau.cpp.

◆ calc_W()

void GaugeFixing_Landau::calc_W ( Field_G Weo,
const Field_G Ue,
const Field_G Uo,
const int  Ieo 
)
private

Definition at line 360 of file gaugeFixing_Landau.cpp.

◆ fix()

void GaugeFixing_Landau::fix ( Field_G Ufix,
const Field_G Uorg 
)
virtual

Implements GaugeFixing.

Definition at line 108 of file gaugeFixing_Landau.cpp.

◆ gauge_trans_eo()

void GaugeFixing_Landau::gauge_trans_eo ( Field_G Ue,
Field_G Uo,
const Field_G Geo,
const int  Ieo 
)
private

Definition at line 240 of file gaugeFixing_Landau.cpp.

◆ get_parameters()

void GaugeFixing_Landau::get_parameters ( Parameters params) const
virtual

Implements GaugeFixing.

Definition at line 56 of file gaugeFixing_Landau.cpp.

◆ gfix_step()

void GaugeFixing_Landau::gfix_step ( Field_G Ue,
Field_G Uo,
const double  wp 
)
private

one step of gauge fixing with overrelaxation parameter wp.

Definition at line 188 of file gaugeFixing_Landau.cpp.

◆ maxTr()

void GaugeFixing_Landau::maxTr ( Field_G G0,
Field_G W 
)
private

Definition at line 412 of file gaugeFixing_Landau.cpp.

◆ maxTr1()

void GaugeFixing_Landau::maxTr1 ( Field_G G,
Field_G W 
)
private

Definition at line 437 of file gaugeFixing_Landau.cpp.

◆ maxTr2()

void GaugeFixing_Landau::maxTr2 ( Field_G G,
Field_G W 
)
private

Definition at line 477 of file gaugeFixing_Landau.cpp.

◆ maxTr3()

void GaugeFixing_Landau::maxTr3 ( Field_G G,
Field_G W 
)
private

Definition at line 517 of file gaugeFixing_Landau.cpp.

◆ set_parameters() [1/2]

void GaugeFixing_Landau::set_parameters ( const int  Niter,
const int  Nnaive,
const int  Nmeas,
const int  Nreset,
const double  Enorm,
const double  wp 
)

Definition at line 70 of file gaugeFixing_Landau.cpp.

◆ set_parameters() [2/2]

void GaugeFixing_Landau::set_parameters ( const Parameters params)
virtual

Implements GaugeFixing.

Definition at line 27 of file gaugeFixing_Landau.cpp.

◆ set_randomGaugeTrans()

void GaugeFixing_Landau::set_randomGaugeTrans ( Field_G Geo)
private

Definition at line 222 of file gaugeFixing_Landau.cpp.

Member Data Documentation

◆ class_name

const std::string GaugeFixing_Landau::class_name = "GaugeFixing_Landau"
static

Definition at line 67 of file gaugeFixing_Landau.h.

◆ m_Enorm

double GaugeFixing_Landau::m_Enorm
private

Definition at line 76 of file gaugeFixing_Landau.h.

◆ m_index

Index_eo GaugeFixing_Landau::m_index
private

Definition at line 80 of file gaugeFixing_Landau.h.

◆ m_Niter

int GaugeFixing_Landau::m_Niter
private

Definition at line 72 of file gaugeFixing_Landau.h.

◆ m_Nmeas

int GaugeFixing_Landau::m_Nmeas
private

Definition at line 74 of file gaugeFixing_Landau.h.

◆ m_Nnaive

int GaugeFixing_Landau::m_Nnaive
private

Definition at line 73 of file gaugeFixing_Landau.h.

◆ m_Nreset

int GaugeFixing_Landau::m_Nreset
private

Definition at line 75 of file gaugeFixing_Landau.h.

◆ m_rand

RandomNumbers* GaugeFixing_Landau::m_rand
private

Definition at line 79 of file gaugeFixing_Landau.h.

◆ m_shift

ShiftField_eo GaugeFixing_Landau::m_shift
private

Definition at line 82 of file gaugeFixing_Landau.h.

◆ m_vl

Bridge::VerboseLevel GaugeFixing_Landau::m_vl
private

Definition at line 70 of file gaugeFixing_Landau.h.

◆ m_wp

double GaugeFixing_Landau::m_wp
private

Definition at line 77 of file gaugeFixing_Landau.h.


The documentation for this class was generated from the following files: