tec_to_fem


tec_to_fem, an Octave code which reads a tecplot() 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 tecplot().

Usage:

tec_to_fem ( 'prefix' )
where

Licensing:

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

Languages:

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

Related Data and Programs:

tec_to_fem_test

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

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

fem_to_tec, an Octave code which reads the three files defining an FEM model and writes an equivalent TEC file.

medit_to_fem, an Octave code which reads a mesh file created by medit() and writes a corresponding pair of node and element files that correspond to the FEM format.

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

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

tec_to_vtk, an Octave code which reads a particular TECPLOT file containing 80 frames of the movement of a red blood cell, and creates 80 separate VTK unstructured grid files, which can then be read by paraview() and animated.

Source Code:


Last revised on 22 September 2024.