VITLES_TO_VTK is a C program which reads files defining a flow in a two-dimensional region, as generated by the VITLES program, and writes out a corresponding VTK graphics file suitable for use by various 3D graphics programs.
The VITLES home page, http://www.icam.vt.edu/ViTLES/, describes the VITLES fluid flow program.
The TECPLOT home page, http://www.tecplot.com/, describes the TECPLOT graphics program.
The Visualization Took Kit home page, http://public.kitware.com/VTK/ describes the VTK file format.
The Paraview home page, http://www.paraview.org/ describes the Paraview 3D graphics program which can display VTK files.
vitles_to_vtk rootname stepwhere
NS3D_FEM a MATLAB program which sets up and solves a finite element formulation of the steady incompressible 3D Navier Stokes equations on a user-defined geometry. The program can output graphics files for TECPLOT, VU or the VTK format used by PARAVIEW.
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.
VITLES_TO_TEC_2D, a C program which reads a 2D flow file from the VITLES fluid flow program and writes a corresponding file for use by TECPLOT;
VITLES_TO_TEC_3D, a C program which reads a 3D flow file from the VITLES fluid flow program and writes a corresponding file for use by TECPLOT;
VTK, a data directory which contains examples of VTK files, a file format used by the Visual Toolkit, and which can be displayed by the PARAVIEW program;
VTK_IO is a FORTRAN90 library which reads and writes files in the VTK format.
You can go up one level to the C source codes.