Variables | |
| const int | ofile_digits = 5 |
| const string | ofile_extension = ".txt" |
| const int | ofile_precision = 6 |
| const int | rfile_digits = 3 |
| const int | rank_digits = 6 |
| const string | rfile_extension = ".dat" |
| const string | h5file_extension = ".h5" |
| const string Export_Files::ofconventions::h5file_extension = ".h5" |
Definition at line 25 of file export.h.
Referenced by Export_Files::Xport::oH5Fextension().
| const int Export_Files::ofconventions::ofile_digits = 5 |
Definition at line 17 of file export.h.
Referenced by Export_Files::Xport::oH5Fextension().
| const string Export_Files::ofconventions::ofile_extension = ".txt" |
| const int Export_Files::ofconventions::ofile_precision = 6 |
Definition at line 19 of file export.h.
Referenced by Export_Files::operator<<().
| const int Export_Files::ofconventions::rank_digits = 6 |
Definition at line 22 of file export.h.
Referenced by Export_Files::Restart_Facility::rFextension().
| const int Export_Files::ofconventions::rfile_digits = 3 |
Definition at line 21 of file export.h.
Referenced by Export_Files::Restart_Facility::rFextension().
| const string Export_Files::ofconventions::rfile_extension = ".dat" |
Definition at line 23 of file export.h.
Referenced by Export_Files::Restart_Facility::rFextension().