tet_mesh_display_test


tet_mesh_display_test, a MATLAB program which calls tet_mesh_display() to read data defining a tet mesh and display a wireframe plot of the nodes and edges, and a solid plot of selected tetrahedrons.

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Related Programs:

tet_mesh_display, a MATLAB program which reads in the node and element files defining a tet mesh and displays a wireframe image.

Source code

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.


Last revised on 01 April 2019.