mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 08:17:05 +01:00
GetDoubledGaugeField
This commit is contained in:
@ -141,6 +141,9 @@ public:
|
|||||||
void ImportGauge(const GaugeField &_Uthin, const GaugeField &_Ufat);
|
void ImportGauge(const GaugeField &_Uthin, const GaugeField &_Ufat);
|
||||||
void ImportGaugeSimple(const GaugeField &_UUU ,const GaugeField &_U);
|
void ImportGaugeSimple(const GaugeField &_UUU ,const GaugeField &_U);
|
||||||
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_U);
|
void ImportGaugeSimple(const DoubledGaugeField &_UUU,const DoubledGaugeField &_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 ; } ;
|
||||||
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
DoubledGaugeField &GetUUU(void) { return UUUmu; };
|
||||||
void CopyGaugeCheckerboards(void);
|
void CopyGaugeCheckerboards(void);
|
||||||
|
Reference in New Issue
Block a user