mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-12 12:17:05 +01:00
GetDoubledGaugeField
This commit is contained in:
@ -181,19 +181,11 @@ public:
|
|||||||
GridRedBlackCartesian &FourDimRedBlackGrid,
|
GridRedBlackCartesian &FourDimRedBlackGrid,
|
||||||
double _M5,const ImplParams &p= ImplParams());
|
double _M5,const ImplParams &p= ImplParams());
|
||||||
|
|
||||||
// Constructors
|
|
||||||
/*
|
|
||||||
WilsonFermion5D(int simd,
|
|
||||||
GaugeField &_Umu,
|
|
||||||
GridCartesian &FiveDimGrid,
|
|
||||||
GridRedBlackCartesian &FiveDimRedBlackGrid,
|
|
||||||
GridCartesian &FourDimGrid,
|
|
||||||
double _M5,const ImplParams &p= ImplParams());
|
|
||||||
*/
|
|
||||||
|
|
||||||
// DoubleStore
|
// DoubleStore
|
||||||
void ImportGauge(const GaugeField &_Umu);
|
void ImportGauge(const GaugeField &_Umu);
|
||||||
|
DoubledGaugeField &GetDoubledGaugeField(void){ return Umu; };
|
||||||
|
DoubledGaugeField &GetDoubledGaugeFieldE(void){ return UmuEven; };
|
||||||
|
DoubledGaugeField &GetDoubledGaugeFieldO(void){ return UmuOdd; };
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
// Data members require to support the functionality
|
// Data members require to support the functionality
|
||||||
///////////////////////////////////////////////////////////////
|
///////////////////////////////////////////////////////////////
|
||||||
|
Reference in New Issue
Block a user