fileio_vtk.f90 File Reference

Go to the source code of this file.

Data Types

type  fileio_vtk_mod::fileio_vtk
 names of fluxes More...
 

Modules

module  fileio_vtk_mod
 I/O for VTK files in XML format (vtkStructuredGrid)
 

Functions/Subroutines

subroutine fileio_vtk_mod::initfileio_vtk (this, Mesh, Physics, Timedisc, Sources, config, IO)
 Constructor for the VTK file I/O. More...
 
subroutine fileio_vtk_mod::writeparaviewfile (this)
 
subroutine fileio_vtk_mod::getprecision (this, realsize)
 Determines precision of real numbers in bytes. More...
 
subroutine fileio_vtk_mod::getendianness (this, res, littlestr, bigstr)
 Determines the endianness of the system. More...
 
recursive subroutine fileio_vtk_mod::getoutputlist (this, Mesh, node, k, l, prefix)
 Creates a list of all data arrays which will be written to file. More...
 
subroutine fileio_vtk_mod::openfile (this, action, ftype)
 Specific routine to open a file for vtk I/O. More...
 
subroutine fileio_vtk_mod::closefile (this, ftype)
 Specific routine to close a file for vtk I/O. More...
 
subroutine fileio_vtk_mod::writeheader (this, Mesh, Physics, Header, IO)
 Writes XML header to file. More...
 
subroutine fileio_vtk_mod::readheader (this, success)
 Reads the header (not yet implemented) More...
 
subroutine fileio_vtk_mod::writetimestamp (this, time)
 Writes the timestep. More...
 
subroutine fileio_vtk_mod::readtimestamp (this, time)
 Reads the timestep (not yet implemented) More...
 
subroutine fileio_vtk_mod::writedataset (this, Mesh, Physics, Fluxes, Timedisc, Header, IO)
 Writes all desired data arrays to a file. More...
 
subroutine fileio_vtk_mod::finalize (this)
 Closes the file I/O. More...
 

Variables

integer, parameter fileio_vtk_mod::maxcomp = 9
 max. of allowed components 9 is a tensor (rank 2, dim 3) More...
 
integer, parameter fileio_vtk_mod::maxcols = 40
 max of different output arrays More...
 
integer, parameter fileio_vtk_mod::maxkey = 64
 max length of keyname More...
 
character, parameter fileio_vtk_mod::lf = ACHAR(10)
 line feed More...