Coulomb gauge fixing.
More...
#include <gaugeFixing_Coulomb.h>
|
| GaugeFixing_Coulomb (RandomNumbers *rand) |
|
| ~GaugeFixing_Coulomb () |
|
void | set_parameters (const Parameters ¶ms) |
|
void | set_parameters (const int Niter, const int Nnaive, const int Nmeas, const int Nreset, const double Enorm, const double wp) |
|
void | fix (Field_G &Ufix, const Field_G &Uorg) |
|
void | gauge_trans_eo (Field_G &Ue, Field_G &Uo, Field_G &Geo, int Ieo) |
|
void | set_randomGaugeTrans (std::valarray< double > &sg, Field_G &Geo) |
|
void | gfix_step (std::valarray< double > &sg, Field_G &Ue, Field_G &Uo, double wp) |
| one step of gauge fixing with overrelaxation parameter wp. More...
|
|
void | calc_SG (std::valarray< double > &sg, std::valarray< double > &Fval, Field_G &Ue, Field_G &Uo) |
|
void | calc_W (Field_G &Weo, Field_G &Ue, Field_G &Uo, int Ieo) |
|
void | calc_DLT (Field_G &Weo, Field_G &Ue, Field_G &Uo, 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 &) |
|
void | sum_global_t (std::valarray< double > &val_global, std::valarray< double > &val_local) |
|
| GaugeFixing () |
|
virtual | ~GaugeFixing () |
|
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
|
|
static const std::string | class_name = "GaugeFixing_Coulomb" |
|
Coulomb gauge fixing.
Definition at line 62 of file gaugeFixing_Coulomb.h.
GaugeFixing_Coulomb::~GaugeFixing_Coulomb |
( |
| ) |
|
|
inline |
void GaugeFixing_Coulomb::calc_SG |
( |
std::valarray< double > & |
sg, |
|
|
std::valarray< double > & |
Fval, |
|
|
Field_G & |
Ue, |
|
|
Field_G & |
Uo |
|
) |
| |
void GaugeFixing_Coulomb::fix |
( |
Field_G & |
Ufix, |
|
|
const Field_G & |
Uorg |
|
) |
| |
|
virtual |
void GaugeFixing_Coulomb::gfix_step |
( |
std::valarray< double > & |
sg, |
|
|
Field_G & |
Ue, |
|
|
Field_G & |
Uo, |
|
|
double |
wp |
|
) |
| |
void GaugeFixing_Coulomb::set_parameters |
( |
const Parameters & |
params | ) |
|
|
virtual |
void GaugeFixing_Coulomb::set_parameters |
( |
const int |
Niter, |
|
|
const int |
Nnaive, |
|
|
const int |
Nmeas, |
|
|
const int |
Nreset, |
|
|
const double |
Enorm, |
|
|
const double |
wp |
|
) |
| |
void GaugeFixing_Coulomb::set_randomGaugeTrans |
( |
std::valarray< double > & |
sg, |
|
|
Field_G & |
Geo |
|
) |
| |
void GaugeFixing_Coulomb::sum_global_t |
( |
std::valarray< double > & |
val_global, |
|
|
std::valarray< double > & |
val_local |
|
) |
| |
const std::string GaugeFixing_Coulomb::class_name = "GaugeFixing_Coulomb" |
|
static |
double GaugeFixing_Coulomb::m_Enorm |
|
private |
int GaugeFixing_Coulomb::m_Niter |
|
private |
int GaugeFixing_Coulomb::m_Nmeas |
|
private |
int GaugeFixing_Coulomb::m_Nnaive |
|
private |
int GaugeFixing_Coulomb::m_Nreset |
|
private |
double GaugeFixing_Coulomb::m_wp |
|
private |
The documentation for this class was generated from the following files: