[Paraview] Cell-centered data with vtkTecplotReader

2010-07-15 Thread Adriano Gagliardi
Dear All, I've got a Tecplot file containing cell-centered data, which is working fine with Tecplot. However, ParaView doesn't recognise the file header: tecplot file header begin TITLE = "FLOWFIELD" VARIABLES = "X" "Y" "Z" "RHO" "U" "V" "W" "CP" "P" ZONE T="BLOCK 1", I=35, J=39, K=1

Re: [Paraview] Cell-centered data with vtkTecplotReader

2010-07-15 Thread Berk Geveci
Hi Adriano, I wouldn't be surprised if the Tecplot reader has limitations, including the ability to read cell-centered data. I'd suggest taking a look at the source code to find out. If it is the case, it shouldn't be too hard to add this functionality. Are you interested in giving it a shot? -be