#include <w_ginfo.h>
Inherited by cps::FermionVector, cps::WspectAxialCurrent, cps::WspectBaryon, cps::WspectExtendedMesons, cps::WspectField, cps::WspectFuzzing, cps::WspectHyperRectangle, cps::WspectMesons, cps::WspectMomenta, and cps::WspectQuark.
Public Types | |
| enum | { LORENTZs = 4, DIRACs = 4, COLORs = 3, COMPLEXs = 2, SPINORs = DIRACs * COLORs * COMPLEXs, MESONs = DIRACs * DIRACs, DELTAs = LORENTZs, SINK_GAMMAS = DIRACs*DIRACs, SOUR_GAMMAS = DIRACs*DIRACs } |
Protected Member Functions | |
| WspectGinfo () | |
| ~WspectGinfo () | |
| int | isOutOfRange (const int site[], const int frame[]) const |
| int | siteOffset (const int lcl_site[], int excluded_dir=-1) const |
| int | glb2lcl (int lcl_output[], const int glb_input[]) const |
| void | lcl2glb (const int lcl_input[], int glb_output[]) const |
| void | printSite (FILE *fp, const int site[]) const |
| void | printSpinor (FILE *fp, const IFloat *) const |
Static Protected Attributes | |
| char * | ctor_str = "CTOR" |
| char * | dtor_str = "DTOR" |
| char * | empty_str = "" |
| char * | out_range_str = "ArgOutOfRange" |
| char * | wrong_type_str = "WrongType" |
| char * | inconsistent_str = "Inconsistent" |
| int | initialized = 0 |
| int | glb_sites [LORENTZs] |
| int | lcl_sites [LORENTZs] |
| int | lcl_node [LORENTZs] |
| int | lcl2glb_offset [LORENTZs] |
| int | bnd_cnd [LORENTZs] |
Friends | |
| class | AlgWspect |
|
|
|
|
|
|
|
|
||||||||||||
|
Definition at line 131 of file w_ginfo.C. References lcl2glb_offset, and lcl_sites. Referenced by cps::FermionVector::print(), cps::FermionVector::printWaveFunc(), cps::FermionVector::sumOverHyperPlaneStride(), and cps::WspectQuark::WspectQuark(). |
|
||||||||||||
|
|
|
||||||||||||
|
Definition at line 145 of file w_ginfo.C. References lcl2glb_offset. Referenced by cps::FermionVector::sumOverHyperPlane(), and cps::FermionVector::sumOverHyperPlaneStride(). |
|
||||||||||||
|
Definition at line 158 of file w_ginfo.C. References cps::Fprintf(). Referenced by cps::FermionVector::print(). |
|
||||||||||||
|
Definition at line 171 of file w_ginfo.C. References COLORs, and cps::Fprintf(). Referenced by cps::FermionVector::print(). |
|
||||||||||||
|
|
|
|
|
Definition at line 34 of file w_ginfo.C. Referenced by WspectGinfo(). |
|
|
Definition at line 36 of file w_ginfo.C. Referenced by cps::AlgWspect::AlgWspect(). |
|
|
|
|
|
|
|
|
Definition at line 31 of file w_ginfo.C. Referenced by cps::AlgWspect::AlgWspect(), and WspectGinfo(). |
|
|
Definition at line 41 of file w_ginfo.C. Referenced by cps::AlgWspect::AlgWspect(). |
|
|
Definition at line 28 of file w_ginfo.C. Referenced by WspectGinfo(). |
|
|
Definition at line 30 of file w_ginfo.C. Referenced by glb2lcl(), lcl2glb(), and WspectGinfo(). |
|
|
Definition at line 33 of file w_ginfo.C. Referenced by WspectGinfo(). |
|
|
Definition at line 32 of file w_ginfo.C. Referenced by glb2lcl(), siteOffset(), and WspectGinfo(). |
|
|
Definition at line 40 of file w_ginfo.C. Referenced by cps::AlgWspect::AlgWspect(). |
|
|
Definition at line 39 of file w_ginfo.C. Referenced by cps::AlgWspect::AlgWspect(). |
1.3.9.1