Correct order of nodes for TET4 elements

This commit is contained in:
Nils Wagner 2019-10-25 13:24:17 +02:00
parent ffcf2c7373
commit 01175124c2

View File

@ -99,8 +99,8 @@ namespace netgen
outfile << i
<< " " << el.PNum(1)
<< " " << el.PNum(2)
<< " " << el.PNum(3)
<< " " << el.PNum(4) << endl;
<< " " << el.PNum(4)
<< " " << el.PNum(3) << endl;
}
}
else