Bridge++  Ver. 1.2.x
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Test_IO_GaugeConfig Namespace Reference

Test of I/O. More...

Functions

int test_io_gconf_main (const std::string &)
 
int check_conf (const Field_G *f, const Field_G *g)
 
int test_io_gconf_text ()
 
int test_io_gconf_binary ()
 
int test_io_gconf_binary_parallel ()
 
int test_io_gconf_fortran ()
 
int test_io_gconf_ILDG ()
 
int test_io_gconf_ILDG_parallel ()
 
static bool is_equal (const double x, const double y)
 

Variables

const std::string test_name = "IO.GaugeConfig"
 

Detailed Description

Test of I/O.

(Implemented by Aoyama-san.) (Coding history will be recovered from trac.) YAML is implemented. [14 Nov 2012 Y.Namekawa]

Function Documentation

int Test_IO_GaugeConfig::check_conf ( const Field_G f,
const Field_G g 
)

Definition at line 267 of file test_IO_GaugeConfig.cpp.

static bool Test_IO_GaugeConfig::is_equal ( const double  x,
const double  y 
)
inlinestatic

Definition at line 252 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_binary ( )

Definition at line 65 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_binary_parallel ( )

Definition at line 71 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_fortran ( )

Definition at line 77 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_ILDG ( )

Definition at line 83 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_ILDG_parallel ( )

Definition at line 89 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_main ( const std::string &  filename_input)

Definition at line 135 of file test_IO_GaugeConfig.cpp.

int Test_IO_GaugeConfig::test_io_gconf_text ( )

Definition at line 59 of file test_IO_GaugeConfig.cpp.

Variable Documentation

const std::string Test_IO_GaugeConfig::test_name = "IO.GaugeConfig"

Definition at line 30 of file test_IO_GaugeConfig.cpp.