|
| 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) |
| | Write the Paraview global description file. More...
|
| |
| subroutine | fileio_vtk_mod::writeheader (this, Mesh, Physics, Header, IO) |
| | Writes XML header to file. More...
|
| |
| subroutine | fileio_vtk_mod::writedataset_vtk (this, Mesh, Physics, Fluxes, Timedisc, Header, IO) |
| | Reads the header (not yet implemented) More...
|
| |
| subroutine | fileio_vtk_mod::finalize (this) |
| | Destructor of VTK file I/O class. More...
|
| |
| subroutine | fileio_vtk_mod::initfilehandle (this, filename, path, extension, textfile, onefile, cycles, unit) |
| | basic initialization of Fortran file handle with extension for parallel vts files More...
|
| |
| character(len=256) function | fileio_vtk_mod::getbasename (this, step) |
| | get file name of Fortran stream including rank and time step More...
|
| |
| character(len=rank_str_len) function | fileio_vtk_mod::getrankstring (this, rank) |
| | convert process rank to string More...
|
| |