Skip to content

Commit 62c21bb

Browse files
authored
Merge pull request #954 from nschloe/gmsh-type
export gmsh type conversion
2 parents 3a48e73 + f2e70a5 commit 62c21bb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

meshio/gmsh/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
from .common import _gmsh_to_meshio_type as gmsh_to_meshio_type
2+
from .common import _meshio_to_gmsh_type as meshio_to_gmsh_type
23
from .main import read, write
34

4-
__all__ = ["read", "write", "gmsh_to_meshio_type"]
5+
__all__ = ["read", "write", "gmsh_to_meshio_type", "meshio_to_gmsh_type"]

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = meshio
3-
version = 4.3.1
3+
version = 4.3.2
44
author = Nico Schlömer et al.
55
author_email = [email protected]
66
description = I/O for many mesh formats

0 commit comments

Comments
 (0)