<div dir="ltr"><div>ParaView hasn't handled multiple XDMF Domains well in a _long_ while or maybe ever (Two.4 might have). This is because ParaView doesn't like it when the high level structure of the data changes. This could happen when you pick a different domain and suddenly the reader has to switch from producing a single structured grid to a multi block containing tens of unstructured grids for example.</div>


<div><br></div><div>I can think of two alternatives:</div><div>* After you read in the data you have, use the extract block filter to choose which of the two grids you want to work with.</div><div>* Write two separate files and read each one in turn.<br>


</div><div><br></div><div class="gmail_extra"><br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: <a href="tel:518-881-4909" value="+15188814909" target="_blank">518-881-4909</a></div>


<br><br><div class="gmail_quote">On Wed, Jun 25, 2014 at 1:20 PM, Truman Ellis <span dir="ltr"><<a href="mailto:truman@ices.utexas.edu" target="_blank">truman@ices.utexas.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


I essentially have two grids with different solution variables defined on each one. I am using the XDMF format to output the data. When I create a spatial collection of the two grids, the solution variables show up as "partial" data in Paraview. Say solution variable u lives on grid 1 while f lives on grid 2. If I color by u, grid 2 shows up as some solid color that doesn't go away unless I turn off the block that corresponds to grid 2. And vice versa for f.<br>



<br>
I read that XDMF supports multiple domains, which sounded like it might be the right solution for this problem. But when I load such a mesh into Paraview, it only picks up on the last defined domain. It seems like having different solution variables on different grids is a common problem, so I'm wondering if anyone has a cleaner solution than selectively turning on and off the blocks corresponding to the solution variable I am currently considering.<br>



______________________________<u></u>_________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/<u></u>opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/<u></u>ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div></div>