fem_to_tec


fem_to_tec, a Fortran90 code which reads three files defining a finite element model (FEM format) and writes a TECPLOT ASCII file suitable for display by TECPLOT.

The finite element model is assumed to include three items:

FEM_TO_TEC reads these three files and writes an equivalent TECPLOT ASCII file that can be processed by the TECPLOT graphics program.

Usage:

fem_to_tec ( 'node_file', 'element_file', 'value_file', 'tec_file' )
where

Licensing:

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

Languages:

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

Related Data and Programs:

fem_to_tec_test

fem_io, a Fortran90 library which reads or writes an FEM model.

fem_to_medit, a Fortran90 program which reads a pair of FEM files defining node coordinates and elements, and creates a corresponding MEDIT mesh file.

fem_to_triangle, a Fortran90 program which reads FEM files defining a 2D mesh of triangles, namely a file of node coordinates and a file of elements defined by node indices, and creates a corresponding pair of node and element files for use by Jonathan Shewchuk's triangle() program.

fem2d, a data directory which contains examples of 2D FEM files, text files that describe a 2D finite element geometry and associated nodal values;

tec, a data directory which contains a description and examples of TEC graphics files.

tec_io, a Fortran90 library which reads or writes a TEC file containing a finite element model.

tec_to_fem, a Fortran90 code which converts a TEC file into an FEM model.

Reference:

Source Code:


Last revised on 24 February 2023.