|
Bridge++
Ver. 1.1.x
|
Methods to shift the field in 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 bc, const int mu) |
| void | backward (Field &, const Field &, const int bc, const int mu) |
Private Member Functions | |
| void | up_x (Field *, const Field *, const int bc) |
| void | up_y (Field *, const Field *, const int bc) |
| void | up_z (Field *, const Field *, const int bc) |
| void | up_t (Field *, const Field *, const int bc) |
| void | dn_x (Field *, const Field *, const int bc) |
| void | dn_y (Field *, const Field *, const int bc) |
| void | dn_z (Field *, const Field *, const int bc) |
| void | dn_t (Field *, const Field *, const int bc) |
Private Attributes | |
| int | Nx |
| int | Ny |
| int | Nz |
| int | Nt |
| Index_lex | idx |
Methods to shift the field in lexical site index.
This class defines the methods which shift a given Field instance in specified direction. The foreward shift means, e.g. in x-direction, v(site) = w(site-{mu}), where v is the shifted field (output, first argument) and w the original field (input, second argument). Names of private functions might be still confusing. [25 Dec 2011 H.Matsufuru]
Definition at line 38 of file shiftField_lex.h.
|
inline |
Definition at line 44 of file shiftField_lex.h.
Definition at line 19 of file shiftField_lex_imp.cpp.
Definition at line 61 of file shiftField_lex_imp.cpp.
Definition at line 560 of file shiftField_lex_imp.cpp.
Definition at line 161 of file shiftField_lex_imp.cpp.
Definition at line 291 of file shiftField_lex_imp.cpp.
Definition at line 431 of file shiftField_lex_imp.cpp.
Definition at line 40 of file shiftField_lex_imp.cpp.
Definition at line 80 of file shiftField_lex_imp.cpp.
Definition at line 500 of file shiftField_lex_imp.cpp.
Definition at line 99 of file shiftField_lex_imp.cpp.
Definition at line 221 of file shiftField_lex_imp.cpp.
Definition at line 361 of file shiftField_lex_imp.cpp.
|
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.