fem_io_test


fem_io_test, a FORTRAN77 code which calls fem_io(), which reads or writes FEM files, which describe the nodes, elements, and function values associated with a finite element method (FEM) model;

Licensing:

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

Related Data and Programs:

fem_io, a FORTRAN77 code which reads or writes FEM files, which describe the nodes, elements, and function values associated with a finite element method (FEM) model;

Source Code:

ELL is an example of a 2D finite element model in which a scalar value is stored.

P01 is a 3D rectangular channel, with dimensions 1x1x3, using 584 nodes and 2568 elements. This data was created by DISTMESH.

TINY is a "tiny" example of a 2D finite element model in which a vector value is stored. This data was written by the FEM_WRITE routine.


Last revised on 09 October 2023.