tec_io, a MATLAB 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.
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_50, a MATLAB code which implements a finite element solver in just 50 lines of code.
fem_50_heat, a MATLAB code which is a modified version of FEM_50 suitable for solving the heat equation.
fem_io, a MATLAB code which reads or writes an FEM model.
fem_to_tec, a MATLAB code which reads the three files defining an FEM model and writes an equivalent TEC file.
fem2d, a data directory which contains examples of 2D FEM files, text files that describe a 2D finite element geometry and associated nodal values;
fem2d_pack, a MATLAB code which is useful for finite element calculations.
fem2d_poisson, a MATLAB code which solves Poisson's equation on a square, using the finite element method.
hot_pipe, a MATLAB code which can be run with FEM_50_HEAT.
hot_point, a MATLAB code which can be run with FEM_50_HEAT().
tec, a data directory which contains a description and examples of the TEC graphics files used by TECPLOT().
tec_to_fem, a MATLAB code which reads a TEC file and writes a set of three files defining the equivalent FEM model.