Bridge++
Ver. 2.0.2
|
Functions | |
int | mult (const std::string &) |
int | mult_Clover () |
int | mult_CloverGeneral () |
int | mult_Clover_Chemical () |
int | mult_Wilson_TwistedMass () |
int | mult_WilsonGeneral () |
int | mult_Wilson_Chemical () |
Variables | |
const std::string | test_name = "Mult" |
Test of Mult.
This class executes solvers, mainly as a performance monitor. [06 Jun 2014 Y.Namekawa] unique_ptr is introduced to avoid memory leaks. [21 Mar 2015 Y.Namekawa]
int Test_Mult::mult | ( | const std::string & | filename_input | ) |
Definition at line 169 of file test_Mult.cpp.
int Test_Mult::mult_Clover | ( | ) |
Definition at line 55 of file test_Mult.cpp.
int Test_Mult::mult_Clover_Chemical | ( | ) |
Definition at line 67 of file test_Mult.cpp.
int Test_Mult::mult_CloverGeneral | ( | ) |
Definition at line 61 of file test_Mult.cpp.
int Test_Mult::mult_Wilson_Chemical | ( | ) |
Definition at line 99 of file test_Mult.cpp.
int Test_Mult::mult_Wilson_TwistedMass | ( | ) |
Definition at line 80 of file test_Mult.cpp.
int Test_Mult::mult_WilsonGeneral | ( | ) |
Definition at line 93 of file test_Mult.cpp.
const std::string Test_Mult::test_name = "Mult" |
Definition at line 44 of file test_Mult.cpp.