Bridge++  Ver. 2.0.2
field_SF.h
Go to the documentation of this file.
1 
15 #ifndef FIELD_SF_INCLUDED
16 #define FIELD_SF_INCLUDED
17 
18 #include "Parameters/parameters.h"
19 #include "Field/field_G.h"
20 
22 
34 //----------------------------------------------------------------
35 // free function version
36 
37 namespace Field_SF {
38  void set_boundary_zero(Field& f);
39 
40  void set_boundary_wk(Field_G& u, const Mat_SU_N& wk);
41 
42  void set_boundary_wkpr(Field_G& u, const Mat_SU_N& wkpr);
43 
44  void set_boundary_zero(Field_G& u);
45 
47 
48  void mult_ct_boundary(Field_G& u, const int t, const double ct);
49 
50  void set_boundary_matrix(Mat_SU_N& mat, const std::vector<double>& phi);
51 }
52 
53 #endif
Field_SF::set_boundary_wkpr
void set_boundary_wkpr(Field_G &u, const Mat_SU_N &wkpr)
Definition: field_SF.cpp:63
field_G.h
Field_SF::set_boundary_wk
void set_boundary_wk(Field_G &u, const Mat_SU_N &wk)
Definition: field_SF.cpp:32
Field_SF::mult_ct_boundary
void mult_ct_boundary(Field_G &u, const int t, const double ct)
Definition: field_SF.cpp:185
Field_SF::set_boundary_zero
void set_boundary_zero(Field_G &u)
Definition: field_SF.cpp:96
SU_N::Mat_SU_N
Definition: mat_SU_N.h:36
parameters.h
Field_SF::set_boundary_matrix
void set_boundary_matrix(Mat_SU_N &wk, const std::vector< double > &phi)
Definition: field_SF.cpp:216
Field_SF::set_boundary_spatial_link_zero
void set_boundary_spatial_link_zero(Field_G &u)
Definition: field_SF.cpp:151
Field
Container of Field-type object.
Definition: field.h:46
Field_G
SU(N) gauge field.
Definition: field_G.h:38
Field_SF
SU(N) gauge field class in which a few functions are added for the SF.
Definition: field_SF.cpp:20