<div dir="ltr">Hi everyone,<div><br></div><div>Recently, a meshio user came up with an interesting problem in wedge node ordering when reading VTK files. The VTK specification [2] lists this [3] ordering, but a file in the wild had that [4]. They look almost identical at first sight, and in fact they both list wo triangles, where the `k`th node of the first is connected to the `k`th node of the second. In the ordering in the specification, however, the second triangle normal points towards the first triangle, while in the the other, the first triangle normal points towards the second triangle.</div><div><br></div><div>ParaView will happily display both variants, but I'm wondering if the second case if formally covered by the specification.</div><div><br></div><div>(The issue was discovered when doing FEM computations where the second variant led to negative Jacobians.)</div><div><br></div><div>Cheers,</div><div>Nico</div><div><br></div><div>[1] <a href="https://github.com/nschloe/meshio/issues/185">https://github.com/nschloe/meshio/issues/185</a></div><div>[2] <a href="https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf">https://www.vtk.org/wp-content/uploads/2015/04/file-formats.pdf</a></div><div>[3] <a href="https://user-images.githubusercontent.com/9031253/35021239-dbb37d7a-fae4-11e7-8534-167726495bd8.png">https://user-images.githubusercontent.com/9031253/35021239-dbb37d7a-fae4-11e7-8534-167726495bd8.png</a></div><div>[4] <a href="https://user-images.githubusercontent.com/181628/35061681-40a8ee76-fbc2-11e7-9fe3-caeff268738a.png">https://user-images.githubusercontent.com/181628/35061681-40a8ee76-fbc2-11e7-9fe3-caeff268738a.png</a></div></div>