fem2d_mesh_display_test, an Octave code which calls fem2d_mesh_display(), which plots the nodes and elements of a finite element mesh.
The computer code and data files described and made available on this web page are distributed under the MIT license
fem2d_mesh_display, an Octave code which reads the FEM model of a 2D mesh, consisting of polygonal elements of any uniform order, and displays an image of the elements and nodes, with optional numbering.
DRAGON is a mesh of hexagons.
ELL is an L-shaped region covered by triangles.
HEX is a mesh of hexagons.
HOLE is a mesh with a hole.
Q4 is a rectangular region covered by quadrilaterals, with a hole.
RECT is a rectangular region covered by quadrilaterals.