08-Jan-2022 10:41:34 triangulation_order6_contour_test(): MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Test triangulation_order6_contour(). 08-Jan-2022 10:41:34 TRIANGULATION_ORDER6_CONTOUR: MATLAB/Octave version 9.8.0.1380330 (R2020a) Update 2 Plot a scalar defined on a 6-node triangle triangulation. This program expects to find three files to read: * "nodes.txt", the node file, * "elements.txt", the element file, * "solution.txt", the solution file, It reads the files, and makes two plots of the solution. Read the header of "example_nodes.txt". Spatial dimension DIM_NUM = 2 Number of points NODE_NUM = 169 Read the data in "example_nodes.txt". First 5 nodes: Row: 1 2 Col 1 0.000000 0.000000 2 0.083333 0.000000 3 0.166667 0.000000 4 0.250000 0.000000 5 0.333333 0.000000 Read the header of "example_elements.txt". Triangle order = 6 Number of triangles TRIANGLE_NUM = 72 Read the data in "example_elements.txt". First 10 elements: Row: 1 2 3 4 5 6 Col 1 1 27 3 14 15 2 2 29 3 27 16 15 28 3 3 29 5 16 17 4 4 31 5 29 18 17 30 5 5 31 7 18 19 6 6 33 7 31 20 19 32 7 7 33 9 20 21 8 8 35 9 33 22 21 34 9 9 35 11 22 23 10 10 37 11 35 24 23 36 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. Read the header of "example_values.txt". Spatial dimension = 1 Number of values = 169 Read the data in "example_values.txt". First 5 values: Row: 1 Col 1 0.000000 2 0.083333 3 0.166667 4 0.250000 5 0.333333 TRIANGULATION_ORDER6_CONTOUR: Normal end of execution. 08-Jan-2022 10:42:03 triangulation_order6_contour_test(): Normal end of execution. 08-Jan-2022 10:42:03