01-Apr-2019 09:48:55 tet_mesh_l2q_test: MATLAB version Test tet_mesh_l2q. 01-Apr-2019 09:48:55 TET_MESH_L2Q: MATLAB version: Read a "linear" tet mesh and write out a "quadratic" tet mesh. Read a dataset of NODE_NUM1 points in 3 dimensions. Read an associated tet mesh of ELEMENT_NUM tetrahedral elements, using 4 nodes per element. Create new nodes which are midpoints of sides, generate new node and tet mesh data for quadratic 10-node elements, and write them out. Read the header of "mesh_nodes.txt". Spatial dimension DIM_NUM = 3 Number of points NODE_NUM1 = 8 Read the data in "mesh_nodes.txt". Coordinates of first 5 nodes: Row: 1 2 3 Col 1 0.000000 0.000000 0.000000 2 0.000000 0.000000 1.000000 3 0.000000 1.000000 0.000000 4 0.000000 1.000000 1.000000 5 1.000000 0.000000 0.000000 Read the header of "mesh_elements.txt". Element order = 4 Number of elements = 6 Read the data in "mesh_elements.txt". First 5 elements: 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 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. Number of quadratic nodes = 27 First 5 quadratic nodes: Row: 1 2 3 Col 1 0.000000 0.000000 0.000000 2 0.000000 0.000000 1.000000 3 0.000000 1.000000 0.000000 4 0.000000 1.000000 1.000000 5 1.000000 0.000000 0.000000 First 5 quadratic elements Row: 1 2 3 4 5 6 7 8 9 10 Col 1 4 3 5 1 16 19 11 17 10 12 2 4 2 5 1 13 19 11 14 9 12 3 4 7 3 5 21 16 19 18 24 17 4 4 7 8 5 21 22 19 27 24 25 5 4 6 2 5 20 13 19 15 23 14 Wrote the quadratic nodes to "mesh_l2q_nodes.txt". Wrote the quadratic elements to "mesh_l2q_elements.txt". TET_MESH_L2Q: Normal end of execution. 01-Apr-2019 09:48:55 tet_mesh_l2q_test: Normal end of execution. 01-Apr-2019 09:48:55