Skip to content

Fix Internal Node Ordering

Tim Gabriel requested to merge fixHighOrderFromExistingMesh into master

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 a GEdge.
  • MEdge internal nodes of a GFace.

Merge request reports

Loading