FEM: Update writeFenicsXDMF.py

This commit is contained in:
FEA-eng
2025-08-16 13:49:12 +02:00
committed by Chris Hennes
parent 3e6e66cea8
commit f048ae8bd4

View File

@@ -51,9 +51,9 @@ FreeCAD_to_Fenics_XDMF_dict = {
("Edge", 1): ("Polyline", 2),
("Edge", 2): ("Edge_3", 3),
("Triangle", 1): ("Triangle", 3),
("Triangle", 2): ("Tri_6", 6),
("Triangle", 2): ("Triangle_6", 6),
("Tetra", 1): ("Tetrahedron", 4),
("Tetra", 2): ("Tet_10", 10),
("Tetra", 2): ("Tetrahedron_10", 10),
}
# we need numpy functions to later access and process large data sets in a fast manner