test_mesh_test
test_mesh_test,
a FORTRAN90 code which
calls test_mesh(), which
defines a few
simple triangular meshes of 2D regions.
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:
test_mesh,
a FORTRAN90 code which
defines a few test meshes.
Source Code:
TEST_MESH includes a routine, MESH00_EPS, which
can create an EPS file containing an image of the mesh. EPS files you may
copy include:
-
mesh01_nodes.png,
a PNG image of
the nodes in mesh #1.
-
mesh01_elements.png,
a PNG image of
the elements in mesh #1.
-
mesh02_nodes.png,
a PNG image of
the nodes in mesh #2.
-
mesh02_elements.png,
a PNG image of
the elements in mesh #2.
-
mesh03_nodes.png,
a PNG image of
the nodes in mesh #3.
-
mesh03_elements.png,
a PNG image of
the elements in mesh #3.
-
mesh04_nodes.png,
a PNG image of
the nodes in mesh #4.
-
mesh04_elements.png,
a PNG image of
the elements in mesh #4.
-
mesh05_nodes.png,
a PNG image of
the nodes in mesh #5.
-
mesh05_elements.png,
a PNG image of
the elements in mesh #5.
-
mesh06_nodes.png,
a PNG image of
the nodes in mesh #6.
-
mesh06_elements.png,
a PNG image of
the elements in mesh #6.
-
mesh07_nodes.png,
a PNG image of
the nodes in mesh #7.
-
mesh07_elements.png,
a PNG image of
the elements in mesh #7.
-
mesh08_nodes.png,
a PNG image of
the nodes in mesh #8.
-
mesh08_elements.png,
a PNG image of
the elements in mesh #8.
-
mesh09_nodes.png,
a PNG image of
the nodes in mesh #9.
-
mesh09_elements.png,
a PNG image of
the elements in mesh #9.
TEST_MESH includes a routine, MESH00_POLY, which
can create a POLY file containing the mesh information, suitable for
display by SHOWME, or for processing by TRIANGLE.
POLY files you may copy include:
Last revised on 03 September 2020.