30 #ifndef OUTPUT_VTK_HH_
31 #define OUTPUT_VTK_HH_
void write_vtk_discont_topology(void)
Write topology (connection of nodes) to the VTK file (.vtu)
static Input::Type::Selection input_type_variant
The definition of input record for selection of variant of file format.
void write_vtk_vtu(void)
This function write all scalar and vector data on nodes and elements to the VTK file (...
void write_vtk_geometry(void)
Write geometry (position of nodes) to the VTK file (.vtu)
string main_output_basename_
int write_head(void)
This function writes header of VTK (.pvd) file format.
void write_vtk_element_data(void)
Write data on elements to the VTK file (.vtu)
void write_vtk_discont_geometry(void)
Write geometry (position of nodes) to the VTK file (.vtu)
static Input::Type::Record input_type
The definition of input record for vtk file format.
int write_data(void)
This function write data to VTK (.pvd) file format for curent time.
static Input::Type::Selection input_type_compression
The definition of input record for selection of compression type.
void write_vtk_vtu_tail(void)
Write tail of VTK file (.vtu)
This class is used for output data to VTK file format.
int write_tail(void)
This function writes tail of VTK (.pvd) file format.
The class for outputting data during time.
~OutputVTK()
The destructor of this class. It writes tail of the file too.
void write_vtk_data_ascii(OutputDataFieldVec &output_data_map)
OutputVTK()
The constructor of this class. The head of file is written, when constructor is called.
void write_vtk_node_data(void)
Write data on nodes to the VTK file (.vtu)
Variant
The declaration enumeration used for variant of file VTK format.
std::vector< OutputDataPtr > OutputDataFieldVec
void write_vtk_vtu_head(void)
Write header of VTK file (.vtu)
Compression
The declaration of enumeration used for type of compression used in file format.
void write_vtk_topology(void)
Write topology (connection of nodes) to the VTK file (.vtu)
void write_vtk_data_names(ofstream &file, OutputDataFieldVec &output_data_map)
Write names of data sets in output_data vector that have value type equal to type. Output is done into stream file.