README 793 B

1234
  1. I created this code, because I needed to process meshes from Gmsh, and there was no .inp parser available. Firstly, I could not get gmshpy (from Gmsh) to run with my office's computer (not my equipment) to test it. The closest that I found were pyFEBio and abapy. The first one did read .inp, but it was not parsing my Gmsh .inp files correctly. The developer told me that keeping the package was in his wish list. I did not find a way to get abapy to read my .inp (seems towards creation from scratch; I could be wrong). I must say that I didn't really think of testing meshio, and I should have. Alas, it didn't work when I ran =mesh = meshio.read(filename)= (https://github.com/nschloe/meshio/issues/249). By that time, I had already done this little project.
  2. Serve yourselves, and enjoy.