Bridge++  Ver. 2.0.2
shiftAField_eo_double.cpp
Go to the documentation of this file.
1 
12 
13 #include <string>
14 
16 
17 #include "lib_alt_QXS/inline/define_vlen.h"
18 #include "lib_alt_QXS/inline/define_params.h"
19 
20 #define VLEN VLEND
21 #define VLENX VLENXD
22 #define VLENY VLENYD
23 
24 typedef double real_t;
25 
28 
29 // inline function files
30 #include "lib_alt_QXS/inline/vsimd_double-inc.h"
31 #include "lib_alt_QXS/inline/vsimd_common_double-inc.h"
32 #include "lib_alt_QXS/inline/afield_th-inc.h"
33 
34 // function template files
36 
38 
39 template<>
40 const std::string ShiftAField_eo<AField<double, QXS> >::class_name
41  = "ShiftAField_eo<AField<double,QXS> >";
42 
43 // explicit instanciation.
44 template class ShiftAField_eo<AField<double, QXS> >;
45 
46 //============================================================END=====
afield-inc.h
afield.h
real_t
double real_t
Definition: shiftAField_eo_double.cpp:24
shiftAField_eo.h
aindex_eo.h
threadManager.h
shiftAField_eo-tmpl.h
ShiftAField_eo
Methods to shift a field in the even-odd site index.
Definition: shiftAField_eo.h:32