-
**Describe the bug**
`AssertionError` is sometimes raised in Nastran float -> string conversion
**To Reproduce**
```python
from meshio.nastran._nastran import _float_to_nastran_string
f = -16…
-
I have an issue presented below. Thank you for helping!!
Mesh: a box with a cylinder inside. The box and cylinder are in 2 different physical groups. Mesh size is determined by changing characteris…
-
## 🚀 Feature
Support for non-triangular faces in napari surface meshes (eg: square cell faces)
## Motivation
Ideally, it'd be good if users could drag and drop any surface mesh created by a third…
-
I'm trying to read a mesh in, then write it. I use meshio to read the file in then i go to write it out and get the below error.
```
In[12]: a = mio.read('Mesh_interp_Mar2018.msh')
WARNING:root…
SBFRF updated
2 years ago
-
### Describe the feature you would like to be added.
I would like to be able to easily read files direct from an remote filestore, such as S3.
### Links to VTK Documentation, Examples, or Class Defi…
-
```
2D/3D geometry?
dim = meshio.read_dim(...)
```
Original issue reported on code.google.com by `vlukes@kme.zcu.cz` on 3 Jul 2008 at 9:29
-
### Description
Some of the `MeshIO` (`Modules/IO/Mesh*`) classes `Write*` methods fail/timeout or the round-trip (write data, read back and compare the read values to the expected ones) fail.
…
-
Hey,
wonderful work with the script, however how would I modify the script to also support Tetrahedrons?
i get following error:
meshio._exceptions.WriteError: Wavefront .obj files can only contai…
-
**Describe the bug**
OBJ files which are converted to VTK format with meshio generate a type error when read back with VTK or Paraview. The expected behaviour is that converting between formats would…
-
None of the provided routines can handle field data.
[Meshio](https://github.com/nschloe/meshio) for example is capable of that, but there only structured meshes are supported.
It would be nice …