tec_io


tec_io, an Octave code which reads or writes a tecplot() TEC graphics file containing a finite element model.

There are several kinds of TEC 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:

https://www.tecplot.com/ contains a description of the TECPLOT program.

Licensing:

The information on this web page is distributed under the MIT license.

Languages:

tec_io is available in a Fortran90 version and a MATLAB version and an Octave version.

Related Data and Programs:

tec_io_test

fem_io, an Octave code which reads or writes an FEM model.

tec, a data directory which contains a description and examples of the TEC graphics files used by TECPLOT().

Source Code:


Last revised on 09 September 2024.