Bridge++
Version 1.5.4
|
Methods to shift a field in the lexical site index. More...
#include <shiftField_lex.h>
Public Member Functions | |
ShiftField_lex () | |
void | forward (Field &, const Field &, const int mu) |
void | backward (Field &, const Field &, const int mu) |
void | forward (Field &, const Field &, const int boundary_condition, const int mu) |
void | backward (Field &, const Field &, const int boundary_condition, const int mu) |
Static Public Attributes | |
static const std::string | class_name = "ShiftField_lex" |
Private Member Functions | |
ShiftField_lex (const ShiftField_lex &) | |
ShiftField_lex & | operator= (const ShiftField_lex &) |
void | up_x (Field *, const Field *, const int boundary_condition) |
void | up_y (Field *, const Field *, const int boundary_condition) |
void | up_z (Field *, const Field *, const int boundary_condition) |
void | up_t (Field *, const Field *, const int boundary_condition) |
void | dn_x (Field *, const Field *, const int boundary_condition) |
void | dn_y (Field *, const Field *, const int boundary_condition) |
void | dn_z (Field *, const Field *, const int boundary_condition) |
void | dn_t (Field *, const Field *, const int boundary_condition) |
Private Attributes | |
int | m_Nx |
int | m_Ny |
int | m_Nz |
int | m_Nt |
Index_lex | m_index_lex |
Bridge::VerboseLevel | m_vl |
Methods to shift a field in the lexical site index.
This class defines the methods which shift a given Field instance in the specified direction. The forward shift means, e.g. in mu-direction, v(site) = w(site-{mu}), where v is the shifted field (output, the first argument) and w the original field (input, the second argument). [25 Dec 2011 H.Matsufuru]
Definition at line 35 of file shiftField_lex.h.
|
inline |
Definition at line 46 of file shiftField_lex.h.
|
private |
Definition at line 20 of file shiftField_lex_imp.cpp.
void ShiftField_lex::backward | ( | Field & | v, |
const Field & | w, | ||
const int | boundary_condition, | ||
const int | mu | ||
) |
Definition at line 62 of file shiftField_lex_imp.cpp.
Definition at line 554 of file shiftField_lex_imp.cpp.
Definition at line 161 of file shiftField_lex_imp.cpp.
Definition at line 289 of file shiftField_lex_imp.cpp.
Definition at line 427 of file shiftField_lex_imp.cpp.
Definition at line 41 of file shiftField_lex_imp.cpp.
void ShiftField_lex::forward | ( | Field & | v, |
const Field & | w, | ||
const int | boundary_condition, | ||
const int | mu | ||
) |
Definition at line 81 of file shiftField_lex_imp.cpp.
|
private |
Definition at line 495 of file shiftField_lex_imp.cpp.
Definition at line 100 of file shiftField_lex_imp.cpp.
Definition at line 220 of file shiftField_lex_imp.cpp.
Definition at line 358 of file shiftField_lex_imp.cpp.
|
static |
Definition at line 37 of file shiftField_lex.h.
|
private |
Definition at line 41 of file shiftField_lex.h.
|
private |
Definition at line 40 of file shiftField_lex.h.
|
private |
Definition at line 40 of file shiftField_lex.h.
|
private |
Definition at line 40 of file shiftField_lex.h.
|
private |
Definition at line 40 of file shiftField_lex.h.
|
private |
Definition at line 43 of file shiftField_lex.h.