ParaView automatically labels data components with X, Y, Z for vectors, and with XX, YY, ZZ, XY, YZ, XZ for 2nd order tensors (length-6 vectors in the VTK file), see screenshot:
I wonder why this is not implemented also for non-symmetric tensors (length-9 vectors in the VTK file)? Currently those components are just enumerated 0-8 instead:
Example VTK file:
test_tensors.vtu (5.1 KB)

