Skip to content
Snippets Groups Projects
Commit fc72b0fc authored by Nicolas Marsic's avatar Nicolas Marsic
Browse files

Bug Fix with serendip tet of order 3

parent efdedd6f
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ int ElementType::getTag(int parentTag, int order, bool serendip)
case 0 : return MSH_TET_1;
case 1 : return MSH_TET_4;
case 2 : return MSH_TET_10;
case 3 : return serendip ? MSH_TET_20 : MSH_TET_16;
case 3 : return serendip ? MSH_TET_16 : MSH_TET_20;
case 4 : return serendip ? MSH_TET_22 : MSH_TET_35;
case 5 : return serendip ? MSH_TET_28 : MSH_TET_56;
case 6 : return serendip ? MSH_TET_34 : MSH_TET_84;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment