Functions | |
| void | cps::GlobalJobParameter::Initialize (char *filename, char *instname) |
| Initializes all global variables. | |
| void | cps::GlobalJobParameter::Initialize (const DoArg &do_arg) |
| to be deprecated. Will point to the routine above | |
| DoArg * | cps::GlobalJobParameter::GetDoArg (void) |
| void | cps::GlobalJobParameter::SnodeSites (int sites) |
| Sets the value of the dimension of the local lattice in the 5th direction. | |
| void | cps::GlobalJobParameter::Bc (int dir, BndCndType cond) |
| Sets the global lattice boundary condition in the (dir) direction. | |
| void | cps::GlobalJobParameter::Xbc (BndCndType bc) |
| Sets the global lattice boundary condition in the X direction. | |
| void | cps::GlobalJobParameter::Ybc (BndCndType bc) |
| Sets the global lattice boundary condition in the Y direction. | |
| void | cps::GlobalJobParameter::Zbc (BndCndType bc) |
| Sets the global lattice boundary condition in the Z direction. | |
| void | cps::GlobalJobParameter::Tbc (BndCndType bc) |
| Sets the global lattice boundary condition in the T direction. | |
| void | cps::GlobalJobParameter::StartConfKind (StartConfType sc) |
| Sets the type of initial gauge configuration. | |
| void | cps::GlobalJobParameter::StartSeedKind (StartSeedType ss) |
| Sets the type of the initial RNG seed. | |
| void | cps::GlobalJobParameter::DwfHeight (Float height) |
| Sets the height of the domain wall. | |
| void | cps::GlobalJobParameter::DwfA5Inv (Float a5_inv) |
| Sets the inverse of the 5th direction lattice spacing. | |
| int | cps::GlobalJobParameter::argc (void) |
| char ** | cps::GlobalJobParameter::argv (void) |
| void | cps::GlobalJobParameter::setArg (int *argc, char ***argv) |
|
|
Definition at line 399 of file gjp.C. References cps::ERR, and cps::Error::General(). Referenced by cps::QPropW::RestoreQProp(), and cps::QPropW::Run(). |
|
|
Definition at line 410 of file gjp.C. References cps::ERR, and cps::Error::General(). Referenced by cps::QPropW::RestoreQProp(), and cps::QPropW::Run(). |
|
||||||||||||
|
Sets the global lattice boundary condition in the (dir) direction. Sets the type of global lattice boundary condition in the X direction and also adjusts the local X direction boundary conditions to match.
Definition at line 385 of file gjp.C. References cps::BND_CND_APRD. |
|
|
Sets the inverse of the 5th direction lattice spacing. Obviously, only relevant for Domain Wall Fermions.
Definition at line 791 of file gjp.h. References cps::DoArg::dwf_a5_inv. |
|
|
Sets the height of the domain wall. Obviously, only relevant for Domain Wall Fermions.
Definition at line 783 of file gjp.h. References cps::DoArg::dwf_height. |
|
|
Definition at line 743 of file gjp.h. Referenced by cps::AlgMeas::Document(). |
|
|
to be deprecated. Will point to the routine above
Definition at line 150 of file gjp.C. References cps::ERR, cps::Error::General(), and cps::GlobalJobParameter::Initialize(). |
|
||||||||||||
|
Initializes all global variables. Initializes all global variables using the DoArg structure, and performs checks to make sure the values are suitable.
Definition at line 145 of file gjp.C. References cps::DoArg::Decode(). Referenced by cps::GlobalJobParameter::Initialize(). |
|
||||||||||||
|
Definition at line 420 of file gjp.C. Referenced by cps::Start(). |
|
|
Sets the value of the dimension of the local lattice in the 5th direction. This is only relevant for Domain Wall Fermions.
|
|
|
Sets the type of initial gauge configuration.
Definition at line 769 of file gjp.h. References cps::DoArg::start_conf_kind. |
|
|
Sets the type of the initial RNG seed.
Definition at line 776 of file gjp.h. References cps::DoArg::start_seed_kind. |
|
|
Sets the global lattice boundary condition in the T direction.
|
|
|
Sets the global lattice boundary condition in the X direction.
|
|
|
Sets the global lattice boundary condition in the Y direction.
|
|
|
Sets the global lattice boundary condition in the Z direction.
|
1.3.9.1