mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
GetDoubledGaugeField
This commit is contained in:
parent
59584b6605
commit
d73063682e
@ -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);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user