VTK_IO is a FORTRAN90 library 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 http://www.paraview.org/ .
The computer code and data files made available on this web page are distributed under the GNU LGPL license.
VTK_IO is available in a FORTRAN90 version.
THREED_TO_VTK, a MATLAB program 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 program 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 Visualization Toolkit, and which can be displayed by the PARAVIEW program;
You can go up one level to the FORTRAN90 source codes.