10 March 2020 01:01:39 PM GMSH_TO_FEM C++ version: Read a mesh description created by GMSH: * "prefix".msh, the GMSH mesh file. Write out two simple FEM files listing nodes and elements. * "prefix"_nodes.txt, node coordinates. * "prefix"_elements.txt, element connectivity. Size information from GMSH: Spatial dimension M = 2 Number of nodes NODE_NUM = 21 Number of elements ELEMENT_NUM = 24 Element order ELEMENT_ORDER = 3 GMSH_TO_FEM: Normal end of execution. 10 March 2020 01:01:39 PM