
Go to the source code of this file.
Namespaces | |
| namespace | DELPHIN |
Functions | |
| bool | DELPHIN::write_1D_XY_tecplot_file (const std::string &fname, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &values, const std::string &tp_var_name, const std::string &values_var_name, std::string &errmsg) |
| Writes a XY-Plot file : X = Time, Y = Values. | |
| bool | DELPHIN::write_1D_joined_XY_tecplot_file (const std::string &fname, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &all_values, const std::string &tp_var_name, const std::vector< std::string > &values_var_names, std::string &errmsg) |
| Writes a joined XY-Plot file : X = Time, Y1, Y2, .. YN = Values. | |
| bool | DELPHIN::write_1D_tecplot_field_file (const std::string &fname, const std::vector< ElementGeometry > &e_vec, const std::vector< int > &nums, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &values, const std::string &tp_var_name, const std::string &values_var_name, std::string &errmsg) |
| Writes a TecPlot file in general format for elements (field output). | |
| bool | DELPHIN::write_1D_tecplot_flux_file (const std::string &fname, const std::vector< SidesGeometry > &s_vec, const std::vector< int > &nums, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &values, const std::string &tp_var_name, const std::string &values_var_name, std::string &errmsg) |
| Writes a TecPlot file in general format for sides (flux output). | |
| bool | DELPHIN::write_1D_joined_tecplot_file (const std::string &fname, const std::vector< ElementGeometry > &e_vec, const std::vector< int > &nums, const std::vector< double > &timepoints, const std::vector< std::vector< std::vector< double > > > &all_values, const std::string &tp_var_name, const std::vector< std::string > &values_var_names, std::string &errmsg) |
| Writes a TecPlot file similar to write_1D_tecplot_file() but writes multiply quantities into the same file. | |
| bool | DELPHIN::write_1D_tecplot_surface_plot_file (const std::string &fname, const std::vector< ElementGeometry > &e_vec, const std::vector< int > &nums, const std::vector< double > &timepoints, const std::vector< std::vector< double > > &values, const std::string &tp_var_name, const std::string &values_var_name, bool binary, std::string &errmsg) |
| bool | DELPHIN::write_2D_tecplot_field_file (const std::string &fname, const Delphin5OutputData &data, const std::string &tp_var_name, const std::string &values_var_name, bool binary, std::string &errmsg) |
| Writes a 2D TecPlot field output file using a quadrilateral FE grid. | |
| bool | DELPHIN::write_2D_vector_tecplot_file (const std::string &fname, const Delphin5OutputData &data, const std::string &tp_var_name, const std::string &values_var_name, bool binary, std::string &errmsg) |
| Writes a 2D TecPlot flux output file (for transient 2D vector plot). | |
| bool | DELPHIN::create_geometry_lines (const std::vector< MaterialDef > &mat_vec, const Grid &grid, const std::vector< ElementGeometry > &e_vec, std::vector< LineData > &linevec, std::vector< LineData > &boundaryvec, std::vector< std::vector< int > > mat, std::string &errmsg) |
| Fills two vectors with geometry information about the structure and the boundaries of the structure. | |
| bool | DELPHIN::write_geometry_file (const std::string &fname, const std::vector< LineData > &linevec) |
| Writes a TecPlot geometry file containing the geometry of the structure including all internal boundaries. | |
| bool | DELPHIN::write_boundary_zone_file (const std::string &fname, const std::vector< LineData > &boundaryvec) |
| Writes a TecPlot geometry file containing the structure boundary geometry. | |
1.5.5