TEC_TO_UCD is a FORTRAN90 program, which reads a TEC file containing finite element data, and writes an equivalent AVS UCD (Unstructured Cell Data) file.
Please note that TEC_TO_UCD is a program that is under development. It works "a little bit". In particular, I need to teach it how to read the first three lines of a TEC file. Until then, it has to be fed that data by hand.The TECPLOT home page describes the TECPLOT graphics program.
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
FEM_TO_TEC is a MATLAB program which reads an FEM dataset and writes it as a TEC file.
IVCON is a C++ program which can read certain graphics files and write out the corresponding TEC or UCD files.
IVREAD is a FORTRAN90 program which can read certain graphics files and write out the corresponding TEC or UCD files.
TEC is a data directory which contains a description and samples of TECPLOT TEC files.
TEC_IO is a MATLAB library which reads or writes a TEC file containing a finite element model.
TEC_TO_FEM is a FORTRAN90 program which reads a TEC file and writes it as the files forming an FEM dataset.
TEC_TO_OBJ is a FORTRAN90 program which can read a TECPLOT file describing a surface in 3D composed of triangles or quadrilaterals, and write an OBJ file.
TEC_WRITE is a FORTRAN90 library which writes out certain kinds of TEC files.
UCD is a data directory which contains a description and samples of AVS UCD files.
You can go up one level to the FORTRAN90 source codes.