I'm working with Gmsh which is a program that can save meshes (FEM)into .gif, .jpg, .png, .mpg, .stl, .su2, .geo, .step, .msh, .bdf and many more.
I need to convert any kind of those files to .h5 file in order to be able to work on another program called parosol. HDF5 is a data model, library, and file format for storing and managing data. It supports an unlimited variety of datatypes, and is designed for flexible and efficient I/O and for high volume and complex data.
Any suggestion about converting files? cheers