#include <vector>#include <sstream>#include <iomanip>#include <ctime>#include <fstream>#include <limits>#include <libconfig.h>#include <map>#include <algorithm>#include "uth_io_results.h"#include "uth_log.h"#include "uth_system.h"
| int utr_io_result_ctrl_pts_write_columns | ( | const int | Keep_old_data | ) |


| int utr_io_result_read_row_from_file | ( | const std::string & | Filename, | |
| const int | row_nr, | |||
| double | row[RESULT_LAST] | |||
| ) |


| int utr_io_result_write_columns_to_file | ( | const int | Keep_old_data, | |
| const std::string & | Filename | |||
| ) |


| int utr_io_result_write_values_to_file_and_proceed | ( | const std::string & | Filename | ) |


| std::vector<bool> utv_io_result_columns | ( | RESULT_LAST | ) |

| std::string utv_io_result_ctrl_pts_filename | ( | "control_points.csv" | ) |

| std::string utv_io_result_filename | ( | "result_test.csv" | ) |

| std::vector<std::string> utv_io_result_record | ( | RESULT_LAST | ) |

| std::vector<double> utv_io_result_times | ( | RESULT_LAST | ) |

| const char* utv_io_result_column_names[RESULT_LAST] |
{ "STEP",
"NLIN",
" TIME",
"DTIME",
"CFL_MIN",
"CFL_MAX",
"CFL_AVG",
"N_DOFS",
"NORM_PLAS_FL",
"NORM_NS_SUPG",
"NORM_NS_SUPG_NONL",
"NORM_HEAT",
"NORM_HEAT_NONL",
"FILES",
"TIME_TO_SOL",
"TIME_DDM",
"TIME_PCM",
"TIME_MMPM",
"TIME_APPM",
"TIME_SIM",
"CONTROL_POINTS"
}
| const int utv_io_result_column_width[RESULT_LAST] |
{
4,
4,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
}
| std::vector<utt_io_result_ctrl_pt> utv_io_result_ctrl_pts |
1.6.1