TEC_TO_FEM is a MATLAB program which reads a TEC graphics file containing a finite element model, and writes the information to three files in the FEM format.
The FEM files created will include:
The TECPLOT home page contains a description of the TECPLOT program.
tec_to_fem ( 'input.tec', 'node_coord.txt', 'element.txt', 'node_data.txt' )
The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.
FEM is a data diretory which contains a description of the data files that can be used to describe a finite element model.
FEM_50 is a MATLAB program which implements the finite element method in just 50 lines of code.
FEM_50_HEAT is a MATLAB program which is a modified version of FEM_50 suitable for solving the heat equation.
FEM_IO is a MATLAB library which reads and writes an FEM model.
FEM_TO_TEC is a MATLAB program which reads the three files defining an FEM model and writes an equivalent TEC file.
FEM2D_POISSON is a MATLAB program which solves Poisson's equation on a square, using the finite element method.
FEMPACK is a MATLAB library which is usefule for finite element calculations.
FREE_FEM_POISSON is a MATLAB program which solves Poisson's equation on a triangulated region, using the finite element method.
FREE_FEM_STOKES is a MATLAB program which solves the Stokes equations on a triangulated region, using the finite element method.
HOT_PIPE is a MATLAB program which can be run with FEM_50_HEAT.
HOT_POINT is a MATLAB program which can be run with FEM_50_HEAT.
TABLE is a file format which is used for the FEM files.
TABLE_IO is a MATLAB library which reads and writes TABLE files.
TEC is a data directory which contains a description and examples of the TEC graphics files used by TECPLOT
TEC_IO is a MATLAB library which can read or write a TEC file containing a finite element model.
TEC_TO_FEM is available in a FORTRAN90 version and a MATLAB version.
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_TO_UCD is a FORTRAN90 program which reads a (finite element) TEC file and writes an equivalent AVS UCD file.
ELL is an example of a 2D finite element model in which a scalar value is stored. This data was computed by the FREE_FEM_POISSON program.
TINY is a "tiny" example of a 2D finite element model in which a vector value is stored.
You can go up one level to the MATLAB source codes.