11 September 2021 6:13:53.152 PM GMSH_IO_TEST FORTRAN90 version Test the GMSH_IO library. TEST01: Get example 2D data, write to a file. Number of nodes = 21 Spatial dimension = 2 Number of elements = 24 Order of elements = 3 Coordinates for first 10 nodes: Row 1 2 Col 1: 0.00000 0.00000 2: 1.00000 0.00000 3: 2.00000 0.00000 4: 3.00000 0.00000 5: 4.00000 0.00000 6: 0.00000 1.00000 7: 1.00000 1.00000 8: 2.00000 1.00000 9: 3.00000 1.00000 10: 4.00000 1.00000 Node connectivity of first 10 elements: Row 1 2 3 Col 1: 1 2 6 2: 7 6 2 3: 2 3 7 4: 8 7 3 5: 3 4 8 6: 9 8 4 7: 4 5 9 8: 10 9 5 9: 6 7 11 10: 12 11 7 MESH_BASE_ONE: The element indexing appears to be 1-based! No conversion is necessary. Wrote example data to file "example_2d.msh" TEST02: Read data from a file. Node data read from file "example_2d.msh" Number of nodes = 21 Spatial dimension = 2 Number of elements = 24 Element order = 3 Coordinates for first 10 nodes: Row 1 2 Col 1: 0.00000 0.00000 2: 1.00000 0.00000 3: 2.00000 0.00000 4: 3.00000 0.00000 5: 4.00000 0.00000 6: 0.00000 1.00000 7: 1.00000 1.00000 8: 2.00000 1.00000 9: 3.00000 1.00000 10: 4.00000 1.00000 Connectivity for first 10 elements: Row 1 2 3 Col 1: 1 2 6 2: 7 6 2 3: 2 3 7 4: 8 7 3 5: 3 4 8 6: 9 8 4 7: 4 5 9 8: 10 9 5 9: 6 7 11 10: 12 11 7 GMSH_IO_TEST Normal end of execution. 11 September 2021 6:13:53.152 PM