Skip to content

Commit 795ed92

Browse files
committed
Fixes wrong 2nd order triangle Comsol mesh import.
1 parent 7314be1 commit 795ed92

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

FEMAddOns/ImportMesh/Kernel/ImportMesh.m

+1
Original file line numberDiff line numberDiff line change
@@ -593,6 +593,7 @@ extract element topology (e.g. HexahedronElement) and its order from element typ
593593
};
594594

595595

596+
modification["tri2",nodes_]:=nodes[[{1,2,3,4,6,5}]];
596597
modification["quad",nodes_]:=nodes[[{1,2,4,3}]];
597598
modification["quad2",nodes_]:=nodes[[{1,2,4,3,5,8,9,6}]];
598599
modification["hex",nodes_]:=nodes[[{1,2,4,3,5,6,8,7}]];

0 commit comments

Comments
 (0)