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