fem_io_test


fem_io_test, a C++ 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 C++ 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.

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 04 March 2020.