-
Hi, thank you for the project for reading UNSTRUCTURED_GRID data in vtk format. I am just wondering could you help extend the code for reading the POLYDATA in vtk format too? Thank you!
```
The err…
-
I try to read an abaqus inp mesh of a submarine that be can be found on Internet, that is about 39Mo.
http://dsk.ippt.pan.pl/docs/abaqus/v6.13/books/eif/undex_subbody_h005.inp
After removing tra…
-
Hi! I am using this great theme for my website: https://computational-acoustics.gitlab.io/website/
As the title says, I am running into an issue with the SVG featured image for the "Intro to meshio" …
-
Reading a mesh works (msh-file created with gmsh 4.8.4), but writing it fails.
The problem occurs with meshIO==5.3.4, in previous versions there was no problem (using the same mesh).
Running
```
…
-
Hi,
I have a problem using meshio for importing results from a .med file. This problem only occurs, when the model contains contacts. I used meshio version 5.3.0 .
When using the meshio.read() met…
-
**Describe the bug**
When trying to convert a Tecplot formatted file, it fails on parsing the VARLOCATION data:
```
$ meshio convert gmsh_mos2d_dd.tec test.e
Traceback (most recent call last):
…
-
Hi,
maybe I found a bug while reading a vtu-file with meshio. With
```
import meshio
mesh = meshio.read('skineffect_0000.vtu')
```
I get the error "Illegal data type 'String'".
The file is …
-
Hello,
meshio 4.0.16 fails to write GMSH files.
Consider the following MWE (pygmsh demo):
```python
import pygmsh
import numpy as np
with pygmsh.geo.Geometry() as geom:
# Draw a cro…
-
**Describe the bug**
Runing the command `meshio info file.inp --input-format abaqus` fails with the following error:
```
Traceback (most recent call last):
File "C:\Users\jeffr\anaconda3\envs\…
-
I am trying to convert a full tetmesh created with ansys workbench and exported as .msh-file to .vtu via meshio. Unfortunately, i get the following warning messages:
```
C:\Users\toshiba\AppData\Roa…