Nico Schlömer
Nico Schlömer
Let's chat [on discord](https://discord.gg/Z6DMsJh4Hr).
I still don't like very much the fact that you don't get the same input/output from a meshio cycle. One suggestion would be to normalize the faces when reading them,...
> My concern was that I think there are still variations possible because the index assigned to each point is not necessarily preserved between read and write. So for example...
I plan to make a new release soon. Are you still interested in getting this to work?
That's a bug indeed, but mind you not many people take interest in this particular version of gmsh. It uses an "intermediate" format that was fixed on version after. You...
I knew the moment the format came out this was going to be trouble. I wish they'd just stick to a standard. Anyway, you're the first to have noticed, so...
> One more question about this. In the comments of gmsh/main.py it states that some mesh files have their version specified as version "4" when it really is "4.1". Is...
This relates to an old bug: https://github.com/nschloe/meshio/issues/268.
The pygmsh API does no longer writer out geo files. You must be using an old version. Try upgrading.
You can always store a mesh with `geom.save_geometry("my.geo")`.