tec_io, a Fortran90 code which reads or writes a TECPLOT ASCII file containing a finite element model.
There are several kinds of TECPLOT ASCII files; the routines given here can only handle the case where a single ZONE record is used to define finite element data, using a DATAPACKING value of "POINT" (not "BLOCK"), and a ZONETYPE of
The data to be written or read is assumed to have a logical organization into three groups:
The TECPLOT home page contains a description of the TECPLOT program.
The information on this web page is distributed under the MIT license.
tec_io is available in a Fortran90 version and a MATLAB version and an Octave version.
fem_to_tec, a FORTRAN90 code which reads the three files defining an FEM model and writes an equivalent TEC file.
tec, a data directory which contains a description and examples of the TEC graphics files used by TECPLOT().
tec_to_fem, a FORTRAN90 code which reads a TEC file and writes a set of three files defining the equivalent FEM model.
tec_to_obj, a FORTRAN90 code which can read a TECPLOT() file describing a surface in 3D composed of triangles or quadrilaterals, and write an OBJ file.
tec_write, a FORTRAN90 code which can write TEC files.