Bridge++
Version 1.5.4
|
gauge fixing. More...
#include <gaugeFixing.h>
Public Member Functions | |
GaugeFixing () | |
virtual | ~GaugeFixing () |
virtual void | set_parameters (const Parameters ¶ms)=0 |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
virtual void | fix (Field_G &Ufix, const Field_G &Uorg)=0 |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Member Functions | |
GaugeFixing (const GaugeFixing &) | |
GaugeFixing & | operator= (const GaugeFixing &) |
gauge fixing.
Definition at line 36 of file gaugeFixing.h.
|
inline |
Definition at line 39 of file gaugeFixing.h.
|
inlinevirtual |
Definition at line 42 of file gaugeFixing.h.
|
private |
Implemented in GaugeFixing_Coulomb, GaugeFixing_Landau, and GaugeFixing_None.
|
private |
|
inline |
Definition at line 52 of file gaugeFixing.h.
|
pure virtual |
Implemented in GaugeFixing_Coulomb, GaugeFixing_Landau, and GaugeFixing_None.
|
protected |
Definition at line 57 of file gaugeFixing.h.