tet_mesh_display_opengl_test


tet_mesh_display_opengl_test, a C++ code which calls tet_mesh_display_opengl(), which reads the name of two data files defining a tetrahedral mesh ("tet mesh"), reads the data, and displays the tet mesh using OpenGL.

Licensing:

The information on this web page is distributed under the MIT license.

Related Data and Programs:

tet_mesh_display_opengl, a C++ code which reads the name of two data files defining a tetrahedral mesh ("tet mesh"), reads the data, and displays the tet mesh using OpenGL.

Source Code:

CUBE_ORDER4 is a cube-shaped region, which may be meshed by order-4 tetrahedrons.

TWENTY_ORDER4 is a region formed by 20 random nodes.

CUBE_ORDER10 is a cube-shaped region, which may be meshed by order-10 tetrahedrons.

ONEONEEIGHT_ORDER10 is a region formed by the refinement of 20 random nodes to 118 nodes (by adding the midside nodes.)


Last revised on 01 May 2023.