Bridge++
Version 1.5.4
|
base class for projection operator into gauge group. More...
#include <projection.h>
Public Member Functions | |
Projection () | |
virtual | ~Projection () |
virtual void | project (Field_G &v, const double alpha, const Field_G &C, const Field_G &U)=0 |
projection V = P[alpha, C, U] More... | |
virtual void | force_recursive (Field_G &Xi, Field_G &iTheta, const double alpha, const Field_G &Sigmap, const Field_G &C, const Field_G &U)=0 |
determination of fields for force calculation More... | |
virtual void | set_parameters (const Parameters ¶m)=0 |
void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) |
Protected Attributes | |
Bridge::VerboseLevel | m_vl |
Private Member Functions | |
Projection (const Projection &) | |
Projection & | operator= (const Projection &) |
base class for projection operator into gauge group.
[07 Apr 2012 H.Matsufuru]
Definition at line 30 of file projection.h.
|
inline |
Definition at line 36 of file projection.h.
|
inlinevirtual |
Definition at line 39 of file projection.h.
|
private |
|
pure virtual |
determination of fields for force calculation
Implemented in Projection_Maximum_SU_N, and Projection_Stout_SU3.
|
private |
|
pure virtual |
projection V = P[alpha, C, U]
Implemented in Projection_Maximum_SU_N, and Projection_Stout_SU3.
|
inline |
Definition at line 59 of file projection.h.
|
pure virtual |
Implemented in Projection_Maximum_SU_N, and Projection_Stout_SU3.
|
protected |
Definition at line 33 of file projection.h.