meshio
meshio copied to clipboard
:spider_web: input/output for many mesh formats
Hi, I am sorry this is not actually a bug. I am just wondering is there a way I can save 3D array to a.pcd or a .ply file?
[BUG]
When i try to save files as xdmf in other path. It seems like *.h5 file can not be stored together with *.xdmf file
I was wondering why `vtkVoxels` were not supported by meshio. One could think this is related to the similarity between `hexahedron` and `voxel`. But according to the [vtk documenation](https://vtk.org/doc/nightly/html/classvtkVoxel.html), "Unlike...
ParaView uses bundled `pvpython`, which doesn't contain setuptools or pip, so I can't install is as in the instruction. Trying to install setuptools gives this error: ``` SETUPTOOLS_USE_DISTUTILS=stdlib ~/ParaView-5.10.1-MPI-Linux-Python3.9-x86_64/bin/pvpython ./setup.py...
**Describe the bug** I would like to write a simple .msh file readable by ANSYS Fluent. **To Reproduce** import meshio tet_mesh = meshio.Mesh( [ [0.0, 0.0, 0.0], [1.0, 0.0, 0.0],...
Hello Nico, i've revised the PERMAS input modules and added support for permas-dat file. Regards Senghaan
With this PR, meshio can write cells sets (from gmsh "Physical ...", for example "Inlet", "Outlet", "Walls", "Fluid") as MDPA's submodelparts. The main necessary change here is to discriminate between...
I've just been exploring some ExodusII files and I'm getting an exception: ```none File "[...]meshio/src/meshio/_mesh.py", line 99, in __init__ self.dim = topological_dimension[cell_type] KeyError: 'tetra4' ``` It seems that there are...
**Describe the bug** Creating a simple rectangle mesh using `pygmsh` results in the following error ```console Traceback (most recent call last): File "/.../rectangle.py", line 7, in mesh.write("rectangle.msh") File "/usr/local/lib/python3.10/dist-packages/meshio/_mesh.py", line...
Hi @nschloe long time no see :-) I run into this element while reading an Abaqus INP file. Without this new line I got ``` E:\Programs\Miniconda3\Lib\site-packages\meshio\abaqus\_abaqus.py in read(filename) 104 """Reads...