10-Apr-2019 12:50:33 triangulation_orient_test: MATLAB version Test triangulation_orient. 10-Apr-2019 12:50:33 TRIANGULATION_ORIENT MATLAB version Read a node dataset of NODE_NUM points in 2 dimensions. Read an associated triangle file of TRIANGLE_NUM triangles using 3 or 6 nodes. Ensure that every triangle has positive orientation. Write the reoriented triangle file. Read the header of "p15_nodes.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 614 Read the data in "p15_nodes.txt". First 5 nodes: Row: 1 2 Col 1 -8.000000 -1.000000 2 2.000000 -1.000000 3 2.000000 0.000000 4 8.000000 0.000000 5 8.000000 1.000000 Read the header of "p15_elements.txt". Triangle order = 3 Number of triangles TRIANGLE_NUM = 1036 Read the data in "p15_elements.txt". First 5 triangles: Row: 1 2 3 Col 1 199 200 6 2 331 332 343 3 472 473 467 4 89 95 90 5 595 600 594 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. TRIANGULATION_ORIENT - Warning! You have 512 triangles with negative area. We have reoriented these triangles to have positive area, and written the new triangle data to the triangle file "p15_orient_elements.txt". First 5 triangles: Row: 1 2 3 Col 1 199 200 6 2 331 343 332 3 472 473 467 4 89 95 90 5 595 594 600 TRIANGULATION_ORIENT Normal end of execution. 10-Apr-2019 12:50:33 triangulation_orient_test: Normal end of execution. 10-Apr-2019 12:50:33