tet_mesh_display_test, a MATLAB code which calls tet_mesh_display(), which reads data defining a tet mesh and display a wireframe plot of the nodes and edges, and a solid plot of selected tetrahedrons.
The computer code and data files described and made available on this web page are distributed under the MIT license
tet_mesh_display, a MATLAB code which reads in the node and element files defining a tet mesh and displays a wireframe image.
CUBE_ORDER4 is an order 4 tet mesh of a cube, using 8 nodes and 6 tetrahedrons.
CUBE_ORDER10 is an order 10 tet mesh of a cube, using 27 nodes and 6 tetrahedrons.
ONEONEEIGHT_ORDER10 is an order 10 tet mesh using 118 nodes and 70 tetrahedrons.
P01_00063 is an order 4 tet mesh using 63 nodes and 144 tetrahedrons to mesh the 3x1x1 channel.
PRISM is an order 4 tet mesh of a triangular prism, using 5 nodes and 3 tetrahedrons.
TETRA_RHOMBIC_ORDER10 is an order 10 tet mesh of a rhombic tetrahedron using 10 nodes and 1 tetrahdron.