Bridge++
Ver. 2.0.2
|
SU(N) gauge field class in which a few functions are added for the SF. More...
Functions | |
void | set_boundary_wk (Field_G &u, const Mat_SU_N &wk) |
void | set_boundary_wkpr (Field_G &u, const Mat_SU_N &wkpr) |
void | set_boundary_zero (Field_G &u) |
void | set_boundary_zero (Field &f) |
void | set_boundary_spatial_link_zero (Field_G &u) |
void | mult_ct_boundary (Field_G &u, const int t, const double ct) |
void | set_boundary_matrix (Mat_SU_N &wk, const std::vector< double > &phi) |
SU(N) gauge field class in which a few functions are added for the SF.
This class defines SU(N) gauge field, which is used such as gauge configuration.
void Field_SF::mult_ct_boundary | ( | Field_G & | u, |
const int | t, | ||
const double | ct | ||
) |
Multiply the boundary improvement factor ct or ctr to an SU(N) matrix object attached to the boundary t=0 or t=Nt.
Definition at line 185 of file field_SF.cpp.
void Field_SF::set_boundary_matrix | ( | Mat_SU_N & | wk, |
const std::vector< double > & | phi | ||
) |
Definition at line 216 of file field_SF.cpp.
void Field_SF::set_boundary_spatial_link_zero | ( | Field_G & | u | ) |
Set the boundary spatial link to zero.
Definition at line 151 of file field_SF.cpp.
Set the boundary spatial link to its proper Dirichlet bounday .
Definition at line 32 of file field_SF.cpp.
Set the boundary spatial link to its proper Dirichlet bounday .
Definition at line 63 of file field_SF.cpp.
void Field_SF::set_boundary_zero | ( | Field & | f | ) |
Definition at line 118 of file field_SF.cpp.
void Field_SF::set_boundary_zero | ( | Field_G & | u | ) |
Set the boundary matrix to zero.
Definition at line 96 of file field_SF.cpp.