mirror of
https://github.com/NGSolve/netgen.git
synced 2024-11-11 16:49:16 +05:00
Correct order of nodes for TET4 elements
This commit is contained in:
parent
ffcf2c7373
commit
01175124c2
@ -99,8 +99,8 @@ namespace netgen
|
|||||||
outfile << i
|
outfile << i
|
||||||
<< " " << el.PNum(1)
|
<< " " << el.PNum(1)
|
||||||
<< " " << el.PNum(2)
|
<< " " << el.PNum(2)
|
||||||
<< " " << el.PNum(3)
|
<< " " << el.PNum(4)
|
||||||
<< " " << el.PNum(4) << endl;
|
<< " " << el.PNum(3) << endl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user