11 May 2025 08:29:18 PM TET_MESH_VOLUMES C++ version Compute volume of each tetrahedron in a tet mesh.. Compiled on May 11 2025 at 20:29:18. Read the header of "cube_nodes.txt". Spatial dimension DIM_NUM = 3 Number of points NODE_NUM = 8 Read the data in "cube_nodes.txt". 5 by 5 portion of data read from file: Row: 1 2 3 Col 1 0 0 0 2 0 0 1 3 0 1 0 4 0 1 1 5 1 0 0 Read the header of "cube_elements.txt". Tetrahedron order = 4 Number of tetras = 6 Read the data in "cube_elements.txt". Portion of ELEMENT_NODE: Row: 1 2 3 4 Col 1 4 3 5 1 2 4 2 5 1 3 4 7 3 5 4 4 7 8 5 5 4 6 2 5 6 4 6 8 5 TET_MESH_BASE_ZERO: The element indexing appears to be 1-based! This will be converted to 0-based. Minimum: 0.166667 Average: 0.166667 Maximum: 0.166667 Total: 1 Variance: 0 Full list of volumes written to "cube_volumes.txt". TET_MESH_VOLUMES: Normal end of execution. 11 May 2025 08:29:18 PM 11 May 2025 08:29:18 PM TET_MESH_VOLUMES C++ version Compute volume of each tetrahedron in a tet mesh.. Compiled on May 11 2025 at 20:29:18. Read the header of "twenty_nodes.txt". Spatial dimension DIM_NUM = 3 Number of points NODE_NUM = 20 Read the data in "twenty_nodes.txt". 5 by 5 portion of data read from file: Row: 1 2 3 Col 1 -0.432565 0.294411 -1.60409 2 -1.66558 -1.33618 0.257304 3 0.125332 0.714325 -1.05647 4 0.287676 1.62356 1.41514 5 -1.14647 -0.691776 -0.80509 Read the header of "twenty_elements.txt". Tetrahedron order = 4 Number of tetras = 70 Read the data in "twenty_elements.txt". Portion of ELEMENT_NODE: Row: 1 2 3 4 Col 1 12 4 14 2 2 12 19 14 2 3 8 19 14 2 4 8 12 19 14 5 13 12 4 2 6 13 12 19 2 7 13 15 12 4 8 5 8 9 2 9 11 5 1 9 10 17 7 4 14 TET_MESH_BASE_ZERO: The element indexing appears to be 1-based! This will be converted to 0-based. Minimum: 0.00148649 Average: 0.144218 Maximum: 1.17266 Total: 10.0952 Variance: 0.0348638 Full list of volumes written to "twenty_volumes.txt". TET_MESH_VOLUMES: Normal end of execution. 11 May 2025 08:29:18 PM