CHROMA
|
Simple version of GaugeState. More...
#include <simple_gaugestate.h>
Public Member Functions | |
SimpleGaugeState (Handle< GaugeBC< P, Q > > gbc_, const Q &q_) | |
Full constructor. More... | |
~SimpleGaugeState () | |
Destructor. More... | |
const Q & | getLinks () const |
Return the link fields needed in constructing linear operators. More... | |
const GaugeBC< P, Q > & | getBC () const |
Return the gauge BC object for this state. More... | |
Public Member Functions inherited from Chroma::GaugeState< P, Q > | |
virtual | ~GaugeState () |
Virtual destructor to help with cleanup;. More... | |
Public Member Functions inherited from Chroma::ConnectState< P, Q > | |
virtual | ~ConnectState () |
Virtual destructor to help with cleanup;. More... | |
virtual void | deriv (P &F) const |
Private Member Functions | |
SimpleGaugeState () | |
void | operator= (const SimpleGaugeState &) |
Private Attributes | |
Handle< GaugeBC< P, Q > > | gbc |
Q | q |
Simple version of GaugeState.
Only needs to hold a gauge field and gauge bc
Definition at line 32 of file simple_gaugestate.h.
|
inline |
Full constructor.
Definition at line 36 of file simple_gaugestate.h.
References Chroma::SimpleGaugeState< P, Q >::gbc, and Chroma::SimpleGaugeState< P, Q >::q.
|
inline |
Destructor.
Definition at line 44 of file simple_gaugestate.h.
|
inlineprivate |
Definition at line 53 of file simple_gaugestate.h.
|
inlinevirtual |
Return the gauge BC object for this state.
Implements Chroma::GaugeState< P, Q >.
Definition at line 50 of file simple_gaugestate.h.
References Chroma::SimpleGaugeState< P, Q >::gbc.
|
inlinevirtual |
Return the link fields needed in constructing linear operators.
Implements Chroma::ConnectState< P, Q >.
Definition at line 47 of file simple_gaugestate.h.
References Chroma::SimpleGaugeState< P, Q >::q.
|
inlineprivate |
Definition at line 54 of file simple_gaugestate.h.
|
private |
Definition at line 57 of file simple_gaugestate.h.
Referenced by Chroma::SimpleGaugeState< P, Q >::getBC(), and Chroma::SimpleGaugeState< P, Q >::SimpleGaugeState().
|
private |
Definition at line 58 of file simple_gaugestate.h.
Referenced by Chroma::SimpleGaugeState< P, Q >::getLinks(), and Chroma::SimpleGaugeState< P, Q >::SimpleGaugeState().