Re: [Paraview] Multiblock dataset, ghost nodes and problem with rendering contours with opacity

2011-02-11 Thread Mohamad M. Nasr-Azadani
Thanks Michael. I guess you are right that extra time is due to overlapping the ghost layers. If you want more performance, you should use .pvti and .vti instead .pvtr and .vtr to store rectilinear data. My grid is not necessarily uniform even in one direction. If I remember correctly, *.vti

Re: [Paraview] Multiblock dataset, ghost nodes and problem with rendering contours with opacity

2011-02-08 Thread Sebastien Jourdain
Hi Mohamad, I thought you were working on an unstructured grid. As it is not the case you shouldn't bother with the array that I talked earlier. But you should provide the information that each piece is a part of a whole system and not a set of whole system shown in the same 3d world. Did you

Re: [Paraview] Multiblock dataset, ghost nodes and problem with rendering contours with opacity

2011-02-08 Thread Mohamad M. Nasr-Azadani
Hi Seb, Did you try to specify the WholeExtent to be the Whole system extent and not the piece one ? Yes I did, but it does not seem to be correct. Some wiggles appear on the contour of the first partition of the dataset. In both *.vtr files I changed the line as: RectilinearGrid WholeExtent=0

Re: [Paraview] Multiblock dataset, ghost nodes and problem with rendering contours with opacity

2011-02-07 Thread Mohamad M. Nasr-Azadani
Hi Michael, I guess *.pvtr file solved my problem. However, I have noticed combining all my *.vtr files via the *.pvrt file, then plotting a contours, it is slower than just loading it via *.pvd file. Thanks for the tip though. What is a .pvd file? To my knowledge, it is a very useful and

Re: [Paraview] Multiblock dataset, ghost nodes and problem with rendering contours with opacity

2011-02-07 Thread Mohamad M. Nasr-Azadani
Hi Seb, I did not define any separate array. The only thing that I have done when writing the *.vtr file for each subblock is something similar to this File0.vtr ** ?xml version=1.0? VTKFile type=RectilinearGrid version=0.1 byte_order=LittleEndian