Bridge++
Ver. 2.0.2
|
APE type smearing of link variables. More...
#include <smear_APE_SF.h>
Public Member Functions | |
Smear_APE_SF (Projection *proj) | |
Smear_APE_SF (Projection *proj, const Parameters ¶ms) | |
~Smear_APE_SF () | |
void | set_parameters (const Parameters ¶ms) |
void | set_parameters (const double rho1, const std::vector< double > &phi, const std::vector< double > &phipr) |
void | set_parameters (const std::vector< double > &rho, const std::vector< double > &phi, const std::vector< double > &phipr) |
void | get_parameters (Parameters ¶ms) const |
void | smear (Field_G &Usmear, const Field_G &U) |
Public Member Functions inherited from Smear | |
Smear () | |
virtual | ~Smear () |
Static Public Attributes | |
static const std::string | class_name = "Smear_APE_SF" |
Private Attributes | |
Bridge::VerboseLevel | m_vl |
int | m_Ndim |
std::valarray< double > | m_rho |
Projection * | m_proj |
std::vector< double > | m_phi |
SF boundary condition at t=0. More... | |
std::vector< double > | m_phipr |
SF boundary condition at t=Nt. More... | |
Mat_SU_N | m_wk |
SF boundary condition at t=0. More... | |
Mat_SU_N | m_wkpr |
SF boundary condition at t=Nt. More... | |
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 36 of file smear_APE_SF.h.
|
inline |
Definition at line 55 of file smear_APE_SF.h.
|
inline |
Definition at line 61 of file smear_APE_SF.h.
|
inline |
Definition at line 68 of file smear_APE_SF.h.
|
virtual |
Implements Smear.
Definition at line 51 of file smear_APE_SF.cpp.
void Smear_APE_SF::set_parameters | ( | const double | rho1, |
const std::vector< double > & | phi, | ||
const std::vector< double > & | phipr | ||
) |
Definition at line 66 of file smear_APE_SF.cpp.
|
virtual |
Implements Smear.
Definition at line 25 of file smear_APE_SF.cpp.
void Smear_APE_SF::set_parameters | ( | const std::vector< double > & | rho, |
const std::vector< double > & | phi, | ||
const std::vector< double > & | phipr | ||
) |
Definition at line 105 of file smear_APE_SF.cpp.
Implements Smear.
Definition at line 148 of file smear_APE_SF.cpp.
|
static |
Definition at line 39 of file smear_APE_SF.h.
|
private |
Definition at line 44 of file smear_APE_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 48 of file smear_APE_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 49 of file smear_APE_SF.h.
|
private |
Definition at line 46 of file smear_APE_SF.h.
|
private |
Definition at line 45 of file smear_APE_SF.h.
|
private |
Definition at line 42 of file smear_APE_SF.h.
|
private |
SF boundary condition at t=0.
Definition at line 51 of file smear_APE_SF.h.
|
private |
SF boundary condition at t=Nt.
Definition at line 52 of file smear_APE_SF.h.