Bridge++  Ver. 2.0.2
Test_Mult Namespace Reference

Test of Mult. More...

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"
 

Detailed Description

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]

Function Documentation

◆ mult()

int Test_Mult::mult ( const std::string &  filename_input)

Definition at line 169 of file test_Mult.cpp.

◆ mult_Clover()

int Test_Mult::mult_Clover ( )

Definition at line 55 of file test_Mult.cpp.

◆ mult_Clover_Chemical()

int Test_Mult::mult_Clover_Chemical ( )

Definition at line 67 of file test_Mult.cpp.

◆ mult_CloverGeneral()

int Test_Mult::mult_CloverGeneral ( )

Definition at line 61 of file test_Mult.cpp.

◆ mult_Wilson_Chemical()

int Test_Mult::mult_Wilson_Chemical ( )

Definition at line 99 of file test_Mult.cpp.

◆ mult_Wilson_TwistedMass()

int Test_Mult::mult_Wilson_TwistedMass ( )

Definition at line 80 of file test_Mult.cpp.

◆ mult_WilsonGeneral()

int Test_Mult::mult_WilsonGeneral ( )

Definition at line 93 of file test_Mult.cpp.

Variable Documentation

◆ test_name

const std::string Test_Mult::test_name = "Mult"

Definition at line 44 of file test_Mult.cpp.