Bridge++  Version 1.5.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Test_Solver_Wilson Namespace Reference

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"
 

Detailed Description

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]

Function Documentation

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.

Variable Documentation

const std::string Test_Solver_Wilson::test_name = "Solver.Wilson"

Definition at line 38 of file test_Solver_Wilson.cpp.