1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-04-24 12:45:56 +01:00

GetDoubledGaugeField

This commit is contained in:
Quadro 2021-05-25 18:14:55 -04:00
parent 59584b6605
commit d73063682e

View File

@ -135,6 +135,9 @@ public:
// DoubleStore impl dependent // DoubleStore impl dependent
void ImportGauge (const GaugeField &_U ); void ImportGauge (const GaugeField &_U );
DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; };
DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; };
DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; };
DoubledGaugeField &GetU(void) { return Umu ; } ; DoubledGaugeField &GetU(void) { return Umu ; } ;
void CopyGaugeCheckerboards(void); void CopyGaugeCheckerboards(void);