fem2d_mesh_display_opengl, a C++ code which reads the name of two data files defining a polygonal mesh, reads the data, and displays the mesh using OPENGL.
The files defining the mesh consist of one file containing the coordinates of the points, and a second file that lists the indices of the nodes making up each element. All the elements in the mesh must have the same order, that is, the number of vertices.
fem2d_mesh_display_opengl prefixwhere prefix is the common filename prefix:
The information on this web page is distributed under the MIT license.
fem2d_mesh_display_opengl is available in a C++ version and a MATLAB version.
opengl_test, a C++ code which uses opengl() to display graphic images on the screen;
ELL is an L-shaped region covered by triangles.
RECT is a rectangular region covered by quadrilaterals.
Q4 is a rectangular region covered by quadrilaterals, with a hole.
HEX is a mesh of hexagons.