|
Bridge++
Version 1.5.4
|
Go to the source code of this file.
Functions | |
| int | bridge_initialize (int *pargc, char ***pargv) |
| int | bridge_initialize (int *pargc, char ***pargv, const Parameters ¶ms) |
| int | bridge_initialize (int *pargc, char ***pargv, const std::vector< int > &lattice_size, const std::vector< int > &grid_size=std::vector< int >(), const int number_of_threads=1, const int number_of_colors=Nc, const std::string &logfile="stdout", const std::string &ildg_logfile="stdout", const std::string &verbose_level="General") |
| int | bridge_finalize () |
| void | bridge_setup (const Parameters ¶ms) |
| void | bridge_setup (const std::vector< int > &lattice_size, const std::vector< int > &grid_size=std::vector< int >(), const int number_of_threads=1, const int number_of_colors=Nc, const std::string &logfile="stdout", const std::string &ildg_logfile="stdout", const std::string &verbose_level="General") |
Definition in file bridge_setup.h.
| int bridge_finalize | ( | ) |
Definition at line 94 of file bridge_setup.cpp.
| int bridge_initialize | ( | int * | pargc, |
| char *** | pargv | ||
| ) |
Definition at line 32 of file bridge_setup.cpp.
| int bridge_initialize | ( | int * | pargc, |
| char *** | pargv, | ||
| const Parameters & | params | ||
| ) |
Definition at line 58 of file bridge_setup.cpp.
| int bridge_initialize | ( | int * | pargc, |
| char *** | pargv, | ||
| const std::vector< int > & | lattice_size, | ||
| const std::vector< int > & | grid_size = std::vector< int >(), |
||
| const int | number_of_threads = 1, |
||
| const int | number_of_colors = Nc, |
||
| const std::string & | logfile = "stdout", |
||
| const std::string & | ildg_logfile = "stdout", |
||
| const std::string & | verbose_level = "General" |
||
| ) |
Definition at line 70 of file bridge_setup.cpp.
| void bridge_setup | ( | const Parameters & | params | ) |
Definition at line 106 of file bridge_setup.cpp.
| void bridge_setup | ( | const std::vector< int > & | lattice_size, |
| const std::vector< int > & | grid_size = std::vector< int >(), |
||
| const int | number_of_threads = 1, |
||
| const int | number_of_colors = Nc, |
||
| const std::string & | logfile = "stdout", |
||
| const std::string & | ildg_logfile = "stdout", |
||
| const std::string & | verbose_level = "General" |
||
| ) |
Definition at line 137 of file bridge_setup.cpp.