Navigation Menu

Skip to content

Commit

Permalink
FEM: meshtools, init empty node numbers in face search
Browse files Browse the repository at this point in the history
  • Loading branch information
berndhahnebach committed Apr 19, 2020
1 parent 9dc688f commit 45aef7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Fem/femmesh/meshtools.py
Expand Up @@ -1426,6 +1426,7 @@ def build_mesh_faces_of_volume_elements(
FreeCAD.Console.PrintLog("VolElement: {}\n".format(veID))
vol_node_ct = len(femelement_table[veID])
face_node_indexs = sorted(face_nodenumber_table[veID])
node_numbers = ()
if vol_node_ct == 10:
FreeCAD.Console.PrintLog(" --> tetra10 --> tria6 face\n")
# node order of face in tetra10 volume element
Expand Down

0 comments on commit 45aef7b

Please sign in to comment.