The current implementation use GMSH functions to read and write GMSH files however the internal API is poor as well as the performance. - [ ] Sort elements by entities and allow entity access through the API (if the information is available). - [ ] Use entity based GMSH functions to read and write many nodes and elements at once. - [ ] Test the performance.
The current implementation use GMSH functions to read and write GMSH files however the internal API is poor as well as the performance.