Bridge++  Version 1.4.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
source_Wall_SF.h
Go to the documentation of this file.
1 
14 #ifndef SOURCE_WALL_SF_INCLUDED
15 #define SOURCE_WALL_SF_INCLUDED
16 
17 #include "Field/field_F.h"
18 #include "Smear/director_Smear.h"
19 #include "Field/index_lex.h"
20 
21 #include "IO/bridgeIO.h"
22 using Bridge::vout;
23 
25 
36 {
37  public:
38  static const std::string class_name;
39 
40  protected:
42 
43  private:
47  double m_ct_tilde;
48 
50 
51  public:
52 
54  : m_vl(CommonParameters::Vlevel()) {}
55 
56  private:
59 
60  public:
61  void set_parameters(const Parameters& params);
62 
63  void set_parameters(double ct_tilde);
64  void set_parameters(Field_G *U, double ct_tilde);
65  void set_parameters(Field_G *U, Director_Smear *dr_smear, double ct_tilde);
66 
68 
70  void set_config(Field *U)
71  {
72  m_U = (Field_G *)U;
73  }
74 
76  void set_t0(Field_F& src, int ic, int id);
77 
79  void set_tT(Field_F& src, int ic, int id);
80 };
81 #endif
Bridge::VerboseLevel m_vl
static const std::string class_name
void set_parameter_verboselevel(const Bridge::VerboseLevel vl)
BridgeIO vout
Definition: bridgeIO.cpp:495
void set_config(Field *U)
setting pointer to configuration
Wall source for SF boundary propagator.
Container of Field-type object.
Definition: field.h:39
Class for parameters.
Definition: parameters.h:46
void set_tT(Field_F &src, int ic, int id)
Set the 3D wall source at t=T-1.
Wilson-type fermion field.
Definition: field_F.h:37
SU(N) gauge field.
Definition: field_G.h:38
void set_t0(Field_F &src, int ic, int id)
Set the 3D wall source at t=1.
void set_parameters(const Parameters &params)
Index_lex m_index
Common parameter class: provides parameters as singleton.
Lexical site index.
Definition: index_lex.h:34
Field_G * m_U
Pointer to gauge field.
Source_Wall_SF & operator=(const Source_Wall_SF &)
Manager of smeared configurations.
Bridge::VerboseLevel vl
Definition: checker.cpp:18
VerboseLevel
Definition: bridgeIO.h:42
double m_ct_tilde
Boundary O(a) improvement factor for the Wilson (clover) fermion.