Fix Internal Node Ordering
Problem
Internal nodes are not ordered correctly when:
- Setting a high-order surface mesh with an existing curve mesh.
- Setting a high-order volume mesh with an existing surface mesh.
Solution
Recover nodes in the right order in 'setHighOrderFromExistingMesh' for:
-
MElement
internal nodes of aGEdge
. -
MEdge
internal nodes of aGFace
.