07 March 2020 10:44:04 AM FREEFEM++_MSH_IO_TEST C++ version Test the FFMSH_IO library. TEST01: Get the example 2D data and print it. Example Sizes: Number of vertices = 15 Number of boundary edges = 10 Number of triangles = 18 Example data: Vertex labels: 0: 1 1: 1 2: 0 3: 1 4: 1 5: 1 6: 0 7: 0 8: 1 9: 0 10: 1 11: 0 12: 1 13: 1 14: 1 Vertex coordinates: Row: 0 1 Col 0: -0.309017 0.951057 1: -0.809017 0.587785 2: -0.321175 0.475528 3: 0.309017 0.951057 4: -1 0 5: 0.809017 0.587785 6: -0.333333 0 7: 0.237842 0.293893 8: -0.809017 -0.587785 9: -0.321175 -0.475528 10: 1 0 11: 0.206011 -0.391857 12: -0.309017 -0.951057 13: 0.809017 -0.587785 14: 0.309017 -0.951057 Edge labels: 0: 1 1: 1 2: 1 3: 1 4: 1 5: 1 6: 1 7: 1 8: 1 9: 1 Edge vertices: Row: 0 1 Col 0: 11 6 1: 6 4 2: 4 1 3: 1 2 4: 2 5 5: 5 9 6: 9 13 7: 13 15 8: 15 14 9: 14 11 Triangle labels: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 7: 0 8: 0 9: 0 10: 0 11: 0 12: 0 13: 0 14: 0 15: 0 16: 0 17: 0 Triangle vertices: Row: 0 1 2 Col 0: 1 3 4 1: 7 2 5 2: 9 7 5 3: 8 6 4 4: 12 8 7 5: 12 11 8 6: 3 1 2 7: 7 3 2 8: 7 8 3 9: 4 3 8 10: 6 8 11 11: 12 7 10 12: 11 12 14 13: 10 9 13 14: 12 10 13 15: 7 9 10 16: 12 13 15 17: 14 12 15 TEST02: Get the example 2D data and print it. The data was written to 'output.msh' TEST03: Read the example 2D data from a file. Example Sizes: Number of vertices = 15 Number of boundary edges = 10 Number of triangles = 18 Example data: Vertex labels: 0: 1 1: 1 2: 0 3: 1 4: 1 5: 1 6: 0 7: 0 8: 1 9: 0 10: 1 11: 0 12: 1 13: 1 14: 1 Vertex coordinates: Row: 0 1 Col 0: -0.309017 0.951057 1: -0.809017 0.587785 2: -0.321175 0.475528 3: 0.309017 0.951057 4: -1 1.22465e-16 5: 0.809017 0.587785 6: -0.333333 -1.62149e-09 7: 0.237842 0.293893 8: -0.809017 -0.587785 9: -0.321175 -0.475528 10: 1 0 11: 0.206011 -0.391857 12: -0.309017 -0.951057 13: 0.809017 -0.587785 14: 0.309017 -0.951057 Edge labels: 0: 1 1: 1 2: 1 3: 1 4: 1 5: 1 6: 1 7: 1 8: 1 9: 1 Edge vertices: Row: 0 1 Col 0: 11 6 1: 6 4 2: 4 1 3: 1 2 4: 2 5 5: 5 9 6: 9 13 7: 13 15 8: 15 14 9: 14 11 Triangle labels: 0: 0 1: 0 2: 0 3: 0 4: 0 5: 0 6: 0 7: 0 8: 0 9: 0 10: 0 11: 0 12: 0 13: 0 14: 0 15: 0 16: 0 17: 0 Triangle vertices: Row: 0 1 2 Col 0: 1 3 4 1: 7 2 5 2: 9 7 5 3: 8 6 4 4: 12 8 7 5: 12 11 8 6: 3 1 2 7: 7 3 2 8: 7 8 3 9: 4 3 8 10: 6 8 11 11: 12 7 10 12: 11 12 14 13: 10 9 13 14: 12 10 13 15: 7 9 10 16: 12 13 15 17: 14 12 15 FREEFEM++_MSH_IO_TEST Normal end of execution. 07 March 2020 10:44:04 AM