-
Hello all,
I was trying to convert .msh file to vtu files with msh2vtu.py but when I run it, the terminal return this error:
--> python3 msh2vtu.py mesh.msh
MeshIO 5.3.4 found, MSH2VTU was…
-
Dear all,
I am having issues to read the following `.med` mesh file [results.med.zip](https://github.com/nschloe/meshio/files/6639960/results.med.zip). I get the following error due to the lines ht…
-
The initial work to build wheels from the exodus python bindings was done in https://github.com/sandialabs/seacas/pull/392
This issue is requesting for the packaged bindings to be published to PyPI…
-
**Describe the bug**
Loading my exodus mesh consisting of two blocks: tetraheadral elements block and 1D lower dimensional block
--> causes KeyError: 'TRUSS'
**To Reproduce**
I attached a small …
-
Hi again,
I'm trying to make a simple mesh (with two boundaries, for peridynamics) using pygmsh and meshio for use in libmesh. I have the following code
from math import pi
import pygmsh
impor…
-
When I run the pytest for test_physical, I get the following output
(venv) C:\Users\civy\Music\GitHub\pygmsh\tests\built_in>pytest test_physical.py
================================== test …
-
In #31, we attempt to add support for structured curvilinear meshes (incomplete) by adding indices as the dimensions, instead of x and y.
Here the question is how to open a unstructured mesh into a…
-
Another big ask; would you mind loading an example where a file, such as that at
https://github.com/UK-Digital-Heart-Project/Statistical-Shape-Model/blob/master/Both_ED_mean.vtk
is loaded in su…
-
Hello,
The texture of a mesh can be expressed as a 3D solid. For example, the OBJ file format allows having `uvw` coordinates besides of 2D `uv` ones. This is useful e.g. in complex meshes having a…
-
Hi, meshio plugin for paraview is really a recommended feature, but I have encountered some problems when installed this plugin and don't know how to solve them.
My Ubuntu version is 22.04. I first…