14 #ifndef SMEAR_APE_SF_INCLUDED
15 #define SMEAR_APE_SF_INCLUDED
65 void set_parameters(
const double rho1,
double *phi,
double *phipr);
66 void set_parameters(
const std::vector<double>& rho,
double *phi,
double *phipr);
78 static bool register_factory()
80 return Smear::Factory::Register(
"APE_SF", create_object);
APE type smearing of link variables.
double m_phi[3]
SF boundary condition at t=0.
static const std::string class_name
Smear_APE_SF(Projection *proj)
Common parameter class: provides parameters as singleton.
base class for projection operator into gauge group.
void set_parameters(const Parameters ¶ms)
double m_phipr[3]
SF boundary condition at t=Nt.
std::valarray< double > m_rho
Smear_APE_SF(unique_ptr< Projection > &proj)
base class for smearing of link variables.
void smear(Field_G &Usmear, const Field_G &U)