mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-19 16:27:05 +01:00
GetDoubledGaugeField useful for mixed precision or generally retrieving the double stored gauge field
This commit is contained in:
@ -140,6 +140,9 @@ public:
|
||||
// Updates gauge field during HMC
|
||||
///////////////////////////////////////////////
|
||||
virtual void ImportGauge(const GaugeField & _U)=0;
|
||||
virtual DoubledGaugeField &GetDoubledGaugeField(void) =0;
|
||||
virtual DoubledGaugeField &GetDoubledGaugeFieldE(void) =0;
|
||||
virtual DoubledGaugeField &GetDoubledGaugeFieldO(void) =0;
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
// Conserved currents, either contract at sink or insert sequentially.
|
||||
|
Reference in New Issue
Block a user