Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fprop_Domainwall_4d.h
Go to the documentation of this file.
1 
15 #ifndef FPROP_DOMAINWALL_4D_INCLUDED
16 #define FPROP_DOMAINWALL_4D_INCLUDED
17 
18 #include "fopr_Domainwall.h"
19 #include "solver.h"
20 
21 #include "bridgeIO.h"
22 using Bridge::vout;
23 
25 
35 {
36  protected:
38 
39  private:
42 
43  public:
45  : m_vl(CommonParameters::Vlevel()), m_fopr_dw(fopr_dw), m_solver(solver) {}
46 
48 
49  void set_config(Field *);
50 
51  void invert_D(Field&, const Field&, int&, double&);
52  void invert_DdagD(Field&, const Field&, int&, double&);
53 };
54 #endif