Hi Seb, <div><br></div><div>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</div><div><div><br></div><div>File0.vtr</div><div>
************************************************** </div><div><div><div>&lt;?xml version=&quot;1.0&quot;?&gt;</div><div>&lt;VTKFile type=&quot;RectilinearGrid&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot; compressor=&quot;vtkZLibDataCompressor&quot;&gt;</div>
<div>  &lt;RectilinearGrid WholeExtent=&quot;0 27 0 68 0 135&quot;&gt;</div><div>    &lt;Piece Extent=&quot;0 27 0 68 0 135&quot;&gt;</div><div>      &lt;PointData&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_0&quot; format=&quot;appended&quot; offset=&quot;0&quot;                   /&gt;</div>
<div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_1&quot; format=&quot;appended&quot; offset=&quot;1221128&quot;             /&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_2&quot; format=&quot;appended&quot; offset=&quot;2406800&quot;             /&gt;</div>
<div>      &lt;/PointData&gt;</div><div>      &lt;CellData&gt;</div><div>      &lt;/CellData&gt;</div><div>      &lt;Coordinates&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c7aad8&quot; format=&quot;appended&quot; offset=&quot;3624188&quot;             /&gt;</div>
<div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c79e80&quot; format=&quot;appended&quot; offset=&quot;3624376&quot;             /&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c7ac00&quot; format=&quot;appended&quot; offset=&quot;3624784&quot;             /&gt;</div>
<div>      &lt;/Coordinates&gt;</div><div>    &lt;/Piece&gt;</div><div>  &lt;/RectilinearGrid&gt;</div><div>  &lt;AppendedData encoding=&quot;base64&quot;&gt;</div></div></div><div><br></div><div>....</div></div><div>********************************************************</div>
<div></div><div>File1.vtr</div><div>********************************************************</div><div><div>&lt;?xml version=&quot;1.0&quot;?&gt;</div><div>&lt;VTKFile type=&quot;RectilinearGrid&quot; version=&quot;0.1&quot; byte_order=&quot;LittleEndian&quot; compressor=&quot;vtkZLibDataCompressor&quot;&gt;</div>
<div>  &lt;RectilinearGrid WholeExtent=&quot;26 54 0 68 0 135&quot;&gt;</div><div>    &lt;Piece Extent=&quot;26 54 0 68 0 135&quot;&gt;</div><div>      &lt;PointData&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_0&quot; format=&quot;appended&quot; offset=&quot;0&quot;                   /&gt;</div>
<div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_1&quot; format=&quot;appended&quot; offset=&quot;1365196&quot;             /&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Conc_2&quot; format=&quot;appended&quot; offset=&quot;2688228&quot;             /&gt;</div>
<div>      &lt;/PointData&gt;</div><div>      &lt;CellData&gt;</div><div>      &lt;/CellData&gt;</div><div>      &lt;Coordinates&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c7aad8&quot; format=&quot;appended&quot; offset=&quot;4047428&quot;             /&gt;</div>
<div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c79e80&quot; format=&quot;appended&quot; offset=&quot;4047624&quot;             /&gt;</div><div>        &lt;DataArray type=&quot;Float32&quot; Name=&quot;Array 0x9c7ac00&quot; format=&quot;appended&quot; offset=&quot;4048032&quot;             /&gt;</div>
<div>      &lt;/Coordinates&gt;</div><div>    &lt;/Piece&gt;</div><div>  &lt;/RectilinearGrid&gt;</div><div>  &lt;AppendedData encoding=&quot;base64&quot;&gt;</div></div><div><br></div><div>*****************************************************</div>
<div>(And many more datafiles similar to this). </div><div>As you can see, the two files have one layer of ghost nodes</div><div><div>File0.vatr</div><div>  &lt;RectilinearGrid WholeExtent=&quot;0 27 0 68 0 135&quot;&gt;</div>
</div><div><div>File1.vtr</div><div>  &lt;RectilinearGrid WholeExtent=&quot;26 54 0 68 0 135&quot;&gt;</div></div><div><br></div><div><br></div><div>Now, I use a *.pvd file to load these files as &quot;part&quot; for each timestep. I am not even using a *.pvtr. </div>
<div>Is it possible to do it the way I am doing it right now or do I need to use *.pvtr file? </div><div><br></div><div>Thanks for you help, </div><div>Mohamad</div><div><br></div><div><br></div><div><div class="gmail_quote">
On Sun, Feb 6, 2011 at 6:30 PM, Sebastien Jourdain <span dir="ltr">&lt;<a href="mailto:sebastien.jourdain@kitware.com">sebastien.jourdain@kitware.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hi Mohamad,<br>
<br>
Did you add a data array &quot;GhostLevels&quot; to specify for each cell its<br>
ghost level ?<br>
It&#39;s an unsigned char data array where the values are the depth into<br>
the next block for of each cell.<br>
By that I mean:<br>
- 0 is the cells of the current block<br>
- 1 is the set of cells that share points in the current block and the<br>
neighbor one.<br>
<br>
Seb<br>
<div><div></div><div class="h5"><br>
On Sun, Feb 6, 2011 at 12:30 PM, Mohamad M. Nasr-Azadani<br>
&lt;<a href="mailto:mmnasr@gmail.com">mmnasr@gmail.com</a>&gt; wrote:<br>
&gt; Hey experts,<br>
&gt; I am using several *.vtr files (as subblocks of the entire domain) and then<br>
&gt; use pvd file to load them in paraview.<br>
&gt; As I have read in the manual, one needs to use at least one layer of ghost<br>
&gt; nodes on each subblock so that paraview can perform operations on any given<br>
&gt; dataset of that kind.<br>
&gt; So far, everything is fine. However, the problem that I have is very simple<br>
&gt; yet annoying. When I use contours to represent the isosurface and then any<br>
&gt; opacity value less than 1.0, I can see the boundaries of each subblock on<br>
&gt; the contour surface. I have not been successful to fix this problem yet.<br>
&gt; Any ideas on how to solve this issue?<br>
&gt; Thanks,<br>
&gt; Mohamad<br>
&gt; PS: Attached, please find one snapshot of the contours + the annoying line<br>
&gt; appreaing on the isosurface.<br>
&gt;<br>
</div></div>&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</blockquote></div><br></div>