Nico Schlömer
Nico Schlömer
How about tox?
For the time being, you could simply add a `setup.py` locally.
> IMO, meshio should keep a setup.py until the new package config can support editable installations Fair enough, fair enough. I'll add one.
The zip contains a step file, not a msh.
The code you pasted doesn't use step files.
The please attach the mesh, not the step file.
So I've looked at the mesh now, trying to find out if this is still an issue. Turns out that not even Gmsh itself can read the file. Error: ```...
The bug report form says: > **To Reproduce** A minimal code example that reproduces the problem would be a big help if you can provide it. Attach a small mesh...
Thanks the for the nice write-up. Small remark: The original example doesn't contain the case where one point/cell belongs to multiple sets (e.g., "iron" and "boundary").
Let me add that, coming from a PDE background, the material would probably be implemented as a _function_. As opposed to tags, the limitation here is that every point/cell has...