vtk_io, a Fortran90 code which reads and writes some simple forms of VTK files.
VTK files can be viewed by the PARAVIEW program. Information about PARAVIEW is available at https://www.paraview.org/ .
The information on this web page is distributed under the MIT license.
vtk_io is available in a Fortran90 version.
threed_to_vtk, a MATLAB code which accepts computational data from a 3D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.
twod_to_vtk, a MATLAB code which accepts computational data from a 2D finite element fluid flow program and writes it to a VTK "legacy" file for postprocessing by PARAVIEW.
vtk, a data directory which contains examples of VTK files, an obsolete file format used by the Visual Toolkit, and which can be displayed by the PARAVIEW program;