Bridge++
Ver. 2.0.2
|
Test of gauge contribution to the energy-momentum tensor. More...
Functions | |
int | update (const std::string &filename_input) |
int | run_test_RK1 () |
int | run_test_RK2 () |
int | run_test_RK3 () |
int | run_test_RK4 () |
int | run_test_RK_adaptive () |
Variables | |
const std::string | test_name = "GradientFlow.EnergyMomentumTensor.Gauge" |
const std::string | test_name_RK1 = "GradientFlow.EnergyMomentumTensor.Gauge.RK1" |
const std::string | test_name_RK2 = "GradientFlow.EnergyMomentumTensor.Gauge.RK2" |
const std::string | test_name_RK3 = "GradientFlow.EnergyMomentumTensor.Gauge.RK3" |
const std::string | test_name_RK4 = "GradientFlow.EnergyMomentumTensor.Gauge.RK4" |
const std::string | test_name_RK_adaptive = "GradientFlow.EnergyMomentumTensor.Gauge.RK_adaptive" |
Test of gauge contribution to the energy-momentum tensor.
Introduced by modifying Test_EnergyMomentumTensor_Gauge_Nf0.cpp [26 May 2017 Y.Taniguchi] Register Test_EnergyMomentumTensor_Gauge to TestManager [ 9 Sep 2017 Y.Namekawa]
int Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK1 | ( | ) |
Definition at line 65 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
int Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK2 | ( | ) |
Definition at line 68 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
int Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK3 | ( | ) |
Definition at line 71 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
int Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK4 | ( | ) |
Definition at line 74 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
int Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK_adaptive | ( | ) |
Definition at line 77 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
int Test_GradientFlow_EnergyMomentumTensor_Gauge::update | ( | const std::string & | filename_input | ) |
Definition at line 111 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name = "GradientFlow.EnergyMomentumTensor.Gauge" |
Definition at line 36 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK1 = "GradientFlow.EnergyMomentumTensor.Gauge.RK1" |
Definition at line 37 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK2 = "GradientFlow.EnergyMomentumTensor.Gauge.RK2" |
Definition at line 38 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK3 = "GradientFlow.EnergyMomentumTensor.Gauge.RK3" |
Definition at line 39 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK4 = "GradientFlow.EnergyMomentumTensor.Gauge.RK4" |
Definition at line 40 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.
const std::string Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK_adaptive = "GradientFlow.EnergyMomentumTensor.Gauge.RK_adaptive" |
Definition at line 41 of file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.