| 
    Bridge++
    Version 1.4.4
    
   | 
 
APE type smearing of link variables. More...
#include <smear_APE_SF.h>
  
 Public Member Functions | |
| Smear_APE_SF (Projection *proj) | |
| Smear_APE_SF (unique_ptr< Projection > &proj) | |
| ~Smear_APE_SF () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (const double rho1, double *phi, double *phipr) | 
| void | set_parameters (const std::vector< double > &rho, double *phi, double *phipr) | 
| void | smear (Field_G &Usmear, const Field_G &U) | 
  Public Member Functions inherited from Smear | |
| Smear () | |
| virtual | ~Smear () | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
Static Public Attributes | |
| static const std::string | class_name = "Smear_APE_SF" | 
Private Attributes | |
| int | m_Ndim | 
| std::valarray< double > | m_rho | 
| Projection * | m_proj | 
| double | m_phi [3] | 
| SF boundary condition at t=0.  More... | |
| double | m_phipr [3] | 
| SF boundary condition at t=Nt.  More... | |
Additional Inherited Members | |
  Protected Attributes inherited from Smear | |
| Bridge::VerboseLevel | m_vl | 
APE type smearing of link variables.
This class is alternative to the Smear_APE class. 08 Apr 2012 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
Definition at line 35 of file smear_APE_SF.h.
      
  | 
  inline | 
Definition at line 51 of file smear_APE_SF.h.
      
  | 
  inline | 
Definition at line 56 of file smear_APE_SF.h.
      
  | 
  inline | 
Definition at line 61 of file smear_APE_SF.h.
      
  | 
  virtual | 
Implements Smear.
Definition at line 35 of file smear_APE_SF.cpp.
| void Smear_APE_SF::set_parameters | ( | const double | rho1, | 
| double * | phi, | ||
| double * | phipr | ||
| ) | 
Definition at line 60 of file smear_APE_SF.cpp.
| void Smear_APE_SF::set_parameters | ( | const std::vector< double > & | rho, | 
| double * | phi, | ||
| double * | phipr | ||
| ) | 
Definition at line 94 of file smear_APE_SF.cpp.
Implements Smear.
Definition at line 130 of file smear_APE_SF.cpp.
      
  | 
  static | 
Definition at line 38 of file smear_APE_SF.h.
      
  | 
  private | 
Definition at line 41 of file smear_APE_SF.h.
      
  | 
  private | 
SF boundary condition at t=0.
Definition at line 46 of file smear_APE_SF.h.
      
  | 
  private | 
SF boundary condition at t=Nt.
Definition at line 48 of file smear_APE_SF.h.
      
  | 
  private | 
Definition at line 43 of file smear_APE_SF.h.
      
  | 
  private | 
Definition at line 42 of file smear_APE_SF.h.