I’ve been testing writing out data from a simulation in both vtu and vtkhdf. I’m writing the same data to both files but when I open them in ParaView they look quite different and I can’t figure out why.
Here’s what they look like side by side on my screen.
I can’t figure out if it’s something wrong with the data files (same data written to both) or if there is some strange setting in ParaView only affecting the vtu file. I’ve uploaded the two files below - maybe someone can spot the problem with the data or tell me what setting in ParaView I need to change to make the vtu look normal.
More digging and I’ve had a look at the vtu and I presume this happened because Normals="normals" is specified in the vtu file. I did not realise that Normals would affect the rendering, I thought it was a more generic class.