meshio
meshio copied to clipboard
:spider_web: input/output for many mesh formats
I need to convert a **unv** mesh file to another format. I have Installed the latest version of meshio (ver. 5.3.5) on python ver. 10, with the latest update of...
**Describe the bug** A clear and concise description of what the bug is. I am not able to install the meshio-paraview plugin on Ubuntu 22.04 to be able to open...
**Describe the bug** Writing an unstructure grid to VTU specifies file version as `0.1`, when I think it should be `1.0`. **To Reproduce** ```python import tempfile from pathlib import Path...
hi all, need help in creating 3d mesh with meshio, basically my goal is to create a box with a cylinder inside of it, starting with creating a box this...
I am trying to load a rat head model (.inp abaqus file) using meshio to convert to a gmsh22 file, but when I load the model it seems some of...
Description We are using meshio and I want to convert a mesh in MED format to inp format Abaqus. When trying to write to inp, it fails with the following...
Reading `.obj` mesh with multiple texture vertices/vertex fails. This situation occurs frequently in UV mapping - when cuts are made to map a mesh which is not topologically a disk...
**Description** We are using meshio inside SALOME and I want to convert a mesh in MED format to MSH format. When trying to write to gmsh v4.1, it fails with...
Fix https://github.com/nschloe/meshio/issues/1307