Go to the documentation of this file.
   14 #ifndef SMEAR_APE_INCLUDED 
   15 #define SMEAR_APE_INCLUDED 
  103   static bool register_factory()
 
  106     init &= Smear::Factory::Register(
"APE", create_object);
 
  107     init &= Smear::Factory_params::Register(
"APE", create_object_with_params);
 
  
 
Common parameter class: provides parameters as singleton.
 
Bridge::VerboseLevel m_vl
 
int m_Ndim
spacetime dimension
 
base class for smearing of link variables.
 
void set_parameters(const Parameters ¶ms)
Setting parameters with Parameters object.
 
void smear(Field_G &Usmear, const Field_G &U)
Smearing of a given gauge field.
 
static const std::string class_name
 
Smear_APE(Projection *proj, const Parameters ¶ms)
 
~Smear_APE()
Deconstructor.
 
APE type smearing of link variables.
 
std::valarray< double > m_rho
smearing parameter
 
Projection * m_proj
projector to group element.
 
base class for projection operator into gauge group.
 
Smear_APE(Projection *proj)
Constructor requires a pointer to Projection object.
 
void get_parameters(Parameters ¶ms) const
Getting parameters by Parameters object.