fem_io_test


fem_io_test a MATLAB 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 MIT license

Related Data and Programs:

fem_io, a MATLAB code which reads or writes node, element and data files defining a model associated with the finite element method (FEM).

Source Code:

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 and is read by FEM_READ.

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 16 January 2019.