|
CHROMA
|
Periodic gauge. More...
#include <periodic_gaugebc.h>
Public Member Functions | |
| PeriodicGaugeBC () | |
| Only empty constructor. More... | |
| ~PeriodicGaugeBC () | |
| Destructor is automatic. More... | |
| void | modify (Q &u) const |
| Modify U fields in place. More... | |
| void | zero (P &u) const |
| Zero the U fields in place on the masked links. More... | |
| bool | nontrivialP () const |
| Says if there are non-trivial BC links. More... | |
Public Member Functions inherited from Chroma::GaugeBC< P, Q > | |
| virtual | ~GaugeBC () |
| Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::BoundCond< P, Q > | |
| virtual | ~BoundCond () |
| Virtual destructor to help with cleanup;. More... | |
Private Member Functions | |
| void | operator= (const PeriodicGaugeBC< P, Q > &) |
| Hide assignment. More... | |
Periodic gauge.
Definition at line 24 of file periodic_gaugebc.h.
|
inline |
Only empty constructor.
Definition at line 29 of file periodic_gaugebc.h.
|
inline |
Destructor is automatic.
Definition at line 32 of file periodic_gaugebc.h.
|
inlinevirtual |
Modify U fields in place.
NOP
Implements Chroma::GaugeBC< P, Q >.
Definition at line 36 of file periodic_gaugebc.h.
|
inlinevirtual |
Says if there are non-trivial BC links.
Implements Chroma::GaugeBC< P, Q >.
Definition at line 42 of file periodic_gaugebc.h.
|
inlineprivate |
Hide assignment.
Definition at line 46 of file periodic_gaugebc.h.
|
inlinevirtual |
Zero the U fields in place on the masked links.
Implements Chroma::GaugeBC< P, Q >.
Definition at line 39 of file periodic_gaugebc.h.