Bridge++
Ver. 2.0.2
|
#include "test.h"
#include "IO/gaugeConfig.h"
#include "Measurements/Gauge/gradientFlow.h"
#include "Measurements/Gauge/energyMomentumTensor.h"
#include "Tools/randomNumberManager.h"
#include <iomanip>
Go to the source code of this file.
Namespaces | |
Test_GradientFlow_EnergyMomentumTensor_Gauge | |
Test of gauge contribution to the energy-momentum tensor. | |
Functions | |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::update (const std::string &filename_input) |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK1 () |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK2 () |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK3 () |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK4 () |
int | Test_GradientFlow_EnergyMomentumTensor_Gauge::run_test_RK_adaptive () |
Variables | |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name = "GradientFlow.EnergyMomentumTensor.Gauge" |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK1 = "GradientFlow.EnergyMomentumTensor.Gauge.RK1" |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK2 = "GradientFlow.EnergyMomentumTensor.Gauge.RK2" |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK3 = "GradientFlow.EnergyMomentumTensor.Gauge.RK3" |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK4 = "GradientFlow.EnergyMomentumTensor.Gauge.RK4" |
const std::string | Test_GradientFlow_EnergyMomentumTensor_Gauge::test_name_RK_adaptive = "GradientFlow.EnergyMomentumTensor.Gauge.RK_adaptive" |
Definition in file test_GradientFlow_EnergyMomentumTensor_Gauge.cpp.