tet_mesh_volumes_test


tet_mesh_volumes_test, an Octave code which calls tet_mesh_volumes(), which computes the volume of every tetrahedron in a tet mesh.

Licensing:

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

Related Data and Programs:

tet_mesh_volumes, an Octave code which computes the volume of each tetrahedron in a tet mesh;

Source Code:

CUBE is the 8 vertices of the unit cube [0,1]x[0,1]x[0,1], defining 6 elements of equal volume but not equal shape.

TWENTY is 20 random nodes, defining 70 elements.


Last revised on 02 April 2019.