TEC_TO_FEM
Convert TECPLOT Finite Element Files to FEM Format


TEC_TO_FEM is a FORTRAN90 program which reads a TECPLOT file defining a finite element dataset, and writes a corresponding set of FEM files.

Usage:

tec_to_fem file.dat
reads the TECPLOT ASCII file file.dat and creates the FEM files file.node_coord.txt, file.element.txt and file.node_data.txt.

Licensing:

The computer code and data files made available on this web page are distributed under the GNU LGPL license.

Languages:

TEC_TO_FEM is available in a FORTRAN90 version and a MATLAB version.

Related Data and Programs:

FEM2D, a data directory which contains a description of the data files that can be used to describe a 2D finite element model.

FEM_IO, a FORTRAN90 library which may be used to read or write a set of FEM files.

FEM_TO_TEC, a FORTRAN90 program which can convert an FEM model into a TEC graphics file.

TEC, a data directory which contains a description of TECPLOT files.

TEC_IO, a FORTRAN90 library which may be used to read or write a TECPLOT file definite a finite element dataset.

TEC_TO_OBJ, 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_WRITE, a FORTRAN90 library which can write TEC files.

TRIANGLE_TO_FEM, a C++ program which reads the NODE and ELE files created by TRIANGLE to describe a triangular mesh, and writes a corresponding pair of node and element files in the 2D FEM format.

Reference:

  1. Hans Rudolf Schwarz,
    Methode der Finiten Elemente,
    Teubner Studienbuecher, 1980.
  2. Gilbert Strang, George Fix,
    An Analysis of the Finite Element Method,
    Prentice Hall, 1973.
  3. Tecplot, Inc,
    TECPLOT Reference Manual,
    Version 10, Release 4,
    Tecplot, Inc, 2005.
  4. Tecplot, Inc,
    TECPLOT User's Manual,
    Version 10,
    Tecplot, Inc, 2005.
  5. Olgierd Zienkiewicz,
    The Finite Element Method,
    McGraw Hill, Third Edition, 1977.
  6. Daniel Zwillinger, editor,
    Standard Mathematical Tables and Formulae,
    30th Edition,
    CRC Press, 1996.

Source Code:

Examples and Tests:

TINY is a "tiny" dataset.

List of Routines:

You can go up one level to the FORTRAN90 source codes.


Last revised on 13 November 2006.