Bridge++  Ver. 1.1.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
fprop_Staggered_eo.h
Go to the documentation of this file.
1 
14 #ifndef FPROP_STAGGERED_EO_INCLUDED
15 #define FPROP_STAGGERED_EO_INCLUDED
16 
17 #include "fopr_Staggered_eo.h"
18 
19 #include "solver.h"
20 
21 #include "bridgeIO.h"
22 using Bridge::vout;
23 
25 
35 {
36  protected:
38 
39  private:
42 
44 
45  public:
47  : m_vl(CommonParameters::Vlevel()), m_fopr_eo(fopr) {}
48 
49  void set_parameters(const Parameters& params_solver);
50 
51  void calc(Field_F_1spinor&, const Field_F_1spinor&);
52 };
53 #endif