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.
FEM_TO_TEC is a MATLAB program which reads an FEM dataset and writes it as a TEC file.
IVCON is a C++ executable program which can read certain graphics files and write out the corresponding TEC or UCD files.
IVREAD is a FORTRAN90 executable 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 set of MATLAB routines for reading or writing 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 of routines for writing 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.