Bridge++
Version 1.5.4
|
Test of Solver with Wilson fermion. More...
Functions | |
int | solver (const std::string &) |
int | solver_BiCGStab_Cmplx () |
int | solver_BiCGStab_DS_L_Cmplx () |
int | solver_BiCGStab_IDS_L_Cmplx () |
int | solver_BiCGStab_L_Cmplx () |
int | solver_CGNE () |
int | solver_CGNR () |
int | solver_GMRES_m_Cmplx () |
int | solver_ShiftCG (void) |
Variables | |
const std::string | test_name = "Solver.Wilson" |
Test of Solver with Wilson fermion.
Test of multishift solver.
This class executes solvers, mainly as a performance monitor. [16 May 2018 Y.Namekawa]
28 Dec 2011 H.Matsufuru YAML is implemented. [14 Nov 2012 Y.Namekawa] Selectors are implemented. [03 Mar 2013 Y.Namekawa] (Selectors are replaced with factories by Aoyama-san) unique_ptr is introduced to avoid memory leaks [21 Mar 2015 Y.Namekawa]
int Test_Solver_Wilson::solver | ( | const std::string & | filename_input | ) |
Definition at line 135 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_BiCGStab_Cmplx | ( | ) |
Definition at line 49 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_BiCGStab_DS_L_Cmplx | ( | ) |
Definition at line 55 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_BiCGStab_IDS_L_Cmplx | ( | ) |
Definition at line 61 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_BiCGStab_L_Cmplx | ( | ) |
Definition at line 67 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_CGNE | ( | ) |
Definition at line 73 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_CGNR | ( | ) |
Definition at line 79 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_GMRES_m_Cmplx | ( | ) |
Definition at line 85 of file test_Solver_Wilson.cpp.
int Test_Solver_Wilson::solver_ShiftCG | ( | void | ) |
Definition at line 61 of file test_Solver_Wilson_ShiftCG.cpp.
const std::string Test_Solver_Wilson::test_name = "Solver.Wilson" |
Definition at line 38 of file test_Solver_Wilson.cpp.