| 
    Bridge++
    Ver. 1.2.x
    
   | 
 
#include <source_Wall_SF.h>
Public Member Functions | |
| Source_Wall_SF () | |
| void | set_parameters (const Parameters ¶ms) | 
| void | set_parameters (double ct_tilde) | 
| void | set_parameters (Field_G *U, double ct_tilde) | 
| void | set_parameters (Field_G *U, Director_Smear *dr_smear, double ct_tilde) | 
| void | set_parameter_verboselevel (const Bridge::VerboseLevel vl) | 
| void | set_config (Field *U) | 
| setting pointer to configuration  More... | |
| void | set_t0 (Field_F &src, int ic, int id) | 
| Set the 3D wall source at t=1.  More... | |
| void | set_tT (Field_F &src, int ic, int id) | 
| Set the 3D wall source at t=T-1.  More... | |
Static Public Attributes | |
| static const std::string | class_name = "Source_Wall_SF" | 
Protected Attributes | |
| Bridge::VerboseLevel | m_vl | 
Private Attributes | |
| Field_G * | m_U | 
| Pointer to gauge field.  More... | |
| double | m_ct_tilde | 
Boundary O(a) improvement factor   for the Wilson (clover) fermion.  More... | |
| Index_lex | m_index | 
Definition at line 43 of file source_Wall_SF.h.
      
  | 
  inline | 
Definition at line 61 of file source_Wall_SF.h.
      
  | 
  inline | 
setting pointer to configuration
Definition at line 73 of file source_Wall_SF.h.
      
  | 
  inline | 
Definition at line 70 of file source_Wall_SF.h.
| void Source_Wall_SF::set_parameters | ( | const Parameters & | params | ) | 
Definition at line 45 of file source_Wall_SF.cpp.
| void Source_Wall_SF::set_parameters | ( | double | ct_tilde | ) | 
Definition at line 67 of file source_Wall_SF.cpp.
| void Source_Wall_SF::set_parameters | ( | Field_G * | U, | 
| double | ct_tilde | ||
| ) | 
Definition at line 82 of file source_Wall_SF.cpp.
| void Source_Wall_SF::set_parameters | ( | Field_G * | U, | 
| Director_Smear * | dr_smear, | ||
| double | ct_tilde | ||
| ) | 
Use the smeared link for the SF Wall source.
Definition at line 102 of file source_Wall_SF.cpp.
| void Source_Wall_SF::set_t0 | ( | Field_F & | src, | 
| int | ic, | ||
| int | id | ||
| ) | 
Set the 3D wall source at t=1.
Set the wall source for the SF boundary propagator.
. 
id Definition at line 137 of file source_Wall_SF.cpp.
| void Source_Wall_SF::set_tT | ( | Field_F & | src, | 
| int | ic, | ||
| int | id | ||
| ) | 
Set the 3D wall source at t=T-1.
Set the wall source for the SF boundary propagator.
. 
id Definition at line 195 of file source_Wall_SF.cpp.
      
  | 
  static | 
Definition at line 46 of file source_Wall_SF.h.
      
  | 
  private | 
Boundary O(a) improvement factor 
 for the Wilson (clover) fermion. 
Definition at line 55 of file source_Wall_SF.h.
      
  | 
  private | 
Definition at line 57 of file source_Wall_SF.h.
      
  | 
  private | 
Pointer to gauge field.
Definition at line 53 of file source_Wall_SF.h.
      
  | 
  protected | 
Definition at line 49 of file source_Wall_SF.h.