Metadata-Version: 2.1 Name: meshio Version: 5.3.4 Summary: I/O for many mesh formats Home-page: https://github.com/nschloe/meshio Author: Nico Schlömer et al. Author-email: nico.schloemer@gmail.com License: MIT Project-URL: Code, https://github.com/nschloe/meshio Project-URL: Issues, https://github.com/nschloe/meshio/issues Project-URL: Funding, https://github.com/sponsors/nschloe Keywords: mesh,file formats,scientific,engineering,fem,finite elements Platform: UNKNOWN Classifier: Development Status :: 5 - Production/Stable Classifier: Intended Audience :: Science/Research Classifier: License :: OSI Approved :: MIT License Classifier: Operating System :: OS Independent Classifier: Programming Language :: Python Classifier: Programming Language :: Python :: 3 Classifier: Programming Language :: Python :: 3.7 Classifier: Programming Language :: Python :: 3.8 Classifier: Programming Language :: Python :: 3.9 Classifier: Programming Language :: Python :: 3.10 Classifier: Topic :: Scientific/Engineering Classifier: Topic :: Utilities Requires-Python: >=3.7 Description-Content-Type: text/markdown License-File: LICENSE.txt Requires-Dist: numpy Requires-Dist: rich Requires-Dist: importlib-metadata ; python_version < "3.8" Provides-Extra: all Requires-Dist: netCDF4 ; extra == 'all' Requires-Dist: h5py ; extra == 'all'
I/O for mesh files.
[](https://pypi.org/project/meshio/) [](https://anaconda.org/conda-forge/meshio/) [](https://repology.org/project/python:meshio/versions) [](https://pypi.org/project/meshio/) [](https://doi.org/10.5281/zenodo.1173115) [](https://github.com/nschloe/meshio) [](https://pepy.tech/project/meshio) [](https://discord.gg/Z6DMsJh4Hr) [](https://github.com/nschloe/meshio/actions?query=workflow%3Aci) [](https://app.codecov.io/gh/nschloe/meshio) [](https://lgtm.com/projects/g/nschloe/meshio) [](https://github.com/psf/black) There are various mesh formats available for representing unstructured meshes. meshio can read and write all of the following and smoothly converts between them: > [Abaqus](http://abaqus.software.polimi.it/v6.14/index.html) (`.inp`), > ANSYS msh (`.msh`), > [AVS-UCD](https://lanl.github.io/LaGriT/pages/docs/read_avs.html) (`.avs`), > [CGNS](https://cgns.github.io/) (`.cgns`), > [DOLFIN XML](https://manpages.ubuntu.com/manpages/jammy/en/man1/dolfin-convert.1.html) (`.xml`), > [Exodus](https://nschloe.github.io/meshio/exodus.pdf) (`.e`, `.exo`), > [FLAC3D](https://www.itascacg.com/software/flac3d) (`.f3grid`), > [H5M](https://www.mcs.anl.gov/~fathom/moab-docs/h5mmain.html) (`.h5m`), > [Kratos/MDPA](https://github.com/KratosMultiphysics/Kratos/wiki/Input-data) (`.mdpa`), > [Medit](https://people.sc.fsu.edu/~jburkardt/data/medit/medit.html) (`.mesh`, `.meshb`), > [MED/Salome](https://docs.salome-platform.org/latest/dev/MEDCoupling/developer/med-file.html) (`.med`), > [Nastran](https://help.autodesk.com/view/NSTRN/2019/ENU/?guid=GUID-42B54ACB-FBE3-47CA-B8FE-475E7AD91A00) (bulk data, `.bdf`, `.fem`, `.nas`), > [Netgen](https://github.com/ngsolve/netgen) (`.vol`, `.vol.gz`), > [Neuroglancer precomputed format](https://github.com/google/neuroglancer/tree/master/src/neuroglancer/datasource/precomputed#mesh-representation-of-segmented-object-surfaces), > [Gmsh](https://gmsh.info/doc/texinfo/gmsh.html#File-formats) (format versions 2.2, 4.0, and 4.1, `.msh`), > [OBJ](https://en.wikipedia.org/wiki/Wavefront_.obj_file) (`.obj`), > [OFF](https://segeval.cs.princeton.edu/public/off_format.html) (`.off`), > [PERMAS](https://www.intes.de) (`.post`, `.post.gz`, `.dato`, `.dato.gz`), > [PLY](