1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-16 23:07:05 +01:00

Converted set_uw and set_fj to all complex functions

This commit is contained in:
Guido Cossu
2016-07-03 10:27:43 +01:00
parent 092fa0d8da
commit 1a6d65c6a4
3 changed files with 185 additions and 115 deletions

View File

@ -81,11 +81,16 @@ GaugeField AnalyticSmearedForce(const GaugeField& SigmaKPrime,
StoutSmearing.derivative(SigmaK, iLambda, GaugeK);// derivative of SmearBase
return SigmaK;
}
/*! @brief Returns smeared configuration at level 'Level' */
/*! @brief Returns smeared configuration at level 'Level' */
const GaugeField& get_smeared_conf(int Level) const{
return SmearedSet[Level];
}
//====================================================================
//====================================================================
void set_iLambda(GaugeLinkField& iLambda,
GaugeLinkField& e_iQ,
const GaugeLinkField& iQ,
@ -179,10 +184,11 @@ void set_iLambda(GaugeLinkField& iLambda,
}
//====================================================================
//====================================================================
public:
GaugeField* ThinLinks; /*!< @brief Pointer to the thin
links configuration */
links configuration */
/*! @brief Standard constructor */
SmearedConfiguration(GridCartesian * UGrid,