Export Files - Declarations. More...

Go to the source code of this file.
Data Structures | |
| class | Export_Files::DefaultTags |
| class | Export_Files::oAxis |
| class | Export_Files::Header |
| class | Export_Files::Xport |
| class | Export_Files::Restart_Facility |
| class | Output_Data::PLegendre1D |
| class | Output_Data::PLegendre2D |
| class | Output_Data::p1x1_1D |
| class | Output_Data::p2p1x1_1D |
| class | Output_Data::fx1_1D |
| class | Output_Data::Output_Preprocessor_1D |
Namespaces | |
| Export_Files | |
| Export_Files::ofconventions | |
| Output_Data | |
Functions | |
| template<typename T > | |
| std::string | Export_Files::stringify (T const &x) |
| int | Export_Files::Makefolder (string _name) |
| void | Export_Files::Folders () |
| template<class T > | |
| ofstream & | Export_Files::operator<< (ofstream &s, const vector< T > &v) |
| template<class T > | |
| ofstream & | Export_Files::operator<< (ofstream &s, const valarray< T > &v) |
| template<class T > | |
| ofstream & | Export_Files::operator<< (ofstream &s, const Array2D< T > &array2D) |
| template<class T > | |
| ofstream & | Export_Files::operator<< (ofstream &s, const Array3D< T > &array3D) |
Variables | |
| const int | Export_Files::ofconventions::ofile_digits = 5 |
| const string | Export_Files::ofconventions::ofile_extension = ".txt" |
| const int | Export_Files::ofconventions::ofile_precision = 6 |
| const int | Export_Files::ofconventions::rfile_digits = 3 |
| const int | Export_Files::ofconventions::rank_digits = 6 |
| const string | Export_Files::ofconventions::rfile_extension = ".dat" |
| const string | Export_Files::ofconventions::h5file_extension = ".h5" |