(9)

saveField.h File Reference

Prototypes for functions to save mesh in various file formats. More...

Classes

class  Vect< T_ >
 To handle general purpose vectors. More...
 

Namespaces

 OFELI
 A namespace to group all library classes, functions, ...
 

Functions

void saveField (Vect< real_t > &v, string output_file, int opt)
 Save a vector to an output file in a given file format. More...
 
void saveField (const Vect< real_t > &v, const Mesh &mesh, string output_file, int opt)
 Save a vector to an output file in a given file format. More...
 
void saveField (Vect< real_t > &v, const Grid &g, string output_file, int opt)
 Save a vector to an output file in a given file format, for a structured grid data. More...
 
void saveGnuplot (string input_file, string output_file, string mesh_file, int f=1)
 Save a vector to an input Gnuplot file. More...
 
void saveGnuplot (Mesh &mesh, string input_file, string output_file, int f=1)
 Save a vector to an input Gnuplot file. More...
 
void saveTecplot (string input_file, string output_file, string mesh_file, int f=1)
 Save a vector to an output file to an input Tecplot file. More...
 
void saveTecplot (Mesh &mesh, string input_file, string output_file, int f=1)
 Save a vector to an output file to an input Tecplot file. More...
 
void saveVTK (string input_file, string output_file, string mesh_file, int f=1)
 Save a vector to an output VTK file. More...
 
void saveVTK (Mesh &mesh, string input_file, string output_file, int f=1)
 Save a vector to an output VTK file. More...
 
void saveGmsh (string input_file, string output_file, string mesh_file, int f=1)
 Save a vector to an output Gmsh file. More...
 
void saveGmsh (Mesh &mesh, string input_file, string output_file, int f=1)
 Save a vector to an output Gmsh file. More...
 

Detailed Description

Prototypes for functions to save mesh in various file formats.