mirror of
https://github.com/paboyle/Grid.git
synced 2025-04-24 12:45:56 +01:00
GetDoubledGaugeField useful for mixed precision or generally retrieving the double stored gauge field
This commit is contained in:
parent
b810b6f6bd
commit
f6d7188615
@ -140,6 +140,9 @@ public:
|
|||||||
// Updates gauge field during HMC
|
// Updates gauge field during HMC
|
||||||
///////////////////////////////////////////////
|
///////////////////////////////////////////////
|
||||||
virtual void ImportGauge(const GaugeField & _U)=0;
|
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.
|
// Conserved currents, either contract at sink or insert sequentially.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user