Skip to content

Fix vtkHigherOrderWedge::PointIndexFromIJK

Backport: release

For the Lagrange and Bezier wedge, there is a node numbering error on the interior of the face i=0

For the edge of the face the order is rsOrder - j - 1

For the interior of the face the order was j - 1. This is wrong, and should be the same as the edge (rsOrder - j - 1).

This new order is consistent with the documentation https://blog.kitware.com/wp-content/uploads/2018/09/Source_Issue_43.pdf

Edited by Florian Maurin

Merge request reports