diff --git a/stuff/misc.hh b/stuff/misc.hh index f13c39e6606c2771c93d4a261114c2a7f5b417e1..3916a00bf023722f74c0b5dddaf93bf0dc8eef5b 100644 --- a/stuff/misc.hh +++ b/stuff/misc.hh @@ -130,14 +130,14 @@ struct RunInfo int iterations_outer_total; double max_inner_accuracy; std::string problemIdentifier; - double current_time, delta_t, viscosity, reynolds; + double current_time, delta_t, viscosity, reynolds, alpha; RunInfo() { refine_level = codim0 = polorder_velocity = polorder_sigma = polorder_pressure = iterations_inner_avg = iterations_inner_min = iterations_inner_max = iterations_outer_total = -1; bfg = true; - bfg_tau = max_inner_accuracy = grid_width = solver_accuracy = run_time = inner_solver_accuracy = -1.0; + bfg_tau = max_inner_accuracy = grid_width = solver_accuracy = run_time = alpha = inner_solver_accuracy = -1.0; gridname = problemIdentifier = "UNSET"; extra_info = ""; delta_t = 0.1; @@ -379,7 +379,8 @@ public: << "\\\\" << " Polorder (u,p,$ \\sigma $): (" << info_.polorder_velocity << ", " << info_.polorder_pressure << ", " << info_.polorder_sigma << " ) " - << " Loeser Genauigkeit: " << info_.solver_accuracy << "}\\\\ \n" + << " Loeser Genauigkeit: " << info_.solver_accuracy << ", $\\alpha = " << info_.alpha + << "$, $\\mu = " << info_.viscosity << "$}\\\\ \n" << "\\hline \n"; for (unsigned int i = 0; i < statColSize; i++) {