From 69008bf4f1deeafa1a8f47679957290c95f3c722 Mon Sep 17 00:00:00 2001 From: Josh Williams Date: Thu, 21 Nov 2024 12:01:08 +0000 Subject: [PATCH] add tetra4 to work with xdmf --- src/meshio/_mesh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/meshio/_mesh.py b/src/meshio/_mesh.py index 741831d93..85be71be5 100644 --- a/src/meshio/_mesh.py +++ b/src/meshio/_mesh.py @@ -13,6 +13,7 @@ "triangle": 2, "quad": 2, "tetra": 3, + "tetra4": 3, "hexahedron": 3, "wedge": 3, "pyramid": 3,