<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">you must put the attributes inside each
      grid:<br>
      <br>
      Felipe<br>
      <br>
      &lt;?xml version="1.0" ?&gt;<br>
      &lt;!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []&gt;<br>
      &lt;Xdmf Version="2.2"&gt;<br>
      &lt;Domain&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;Grid GridType="Collection"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Grid GridType="Uniform"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Topology TopologyType="3DRectMesh" Dimensions="&nbsp;&nbsp;&nbsp;&nbsp;
      2&nbsp;&nbsp;&nbsp;&nbsp; 4&nbsp;&nbsp;&nbsp;&nbsp; 3"/&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Geometry GeometryType="VXVYVZ"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 3" NumberType="Float"
      Precision="4" Format="XML"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 0.0000&nbsp;&nbsp; 1.0000&nbsp;&nbsp; 2.0000<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/DataItem&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 4" NumberType="Float"
      Precision="4" Format="XML"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 0.0000&nbsp;&nbsp; 2.0944&nbsp;&nbsp; 4.1888&nbsp;&nbsp; 6.2832<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/DataItem&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 2" NumberType="Float"
      Precision="4" Format="XML"&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp; 1.0000&nbsp;&nbsp; 2.0000<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/DataItem&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/Geometry&gt;<br>
      &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;Attribute Name="var" AttributeType="Scalar"
      Center="Node"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;DataItem Dimensions="24 1 1" NumberType="Float"
      Precision="4" Format="XML"&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
      23<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/DataItem&gt;<br>
      &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;/Attribute&gt;<br>
      &nbsp;&nbsp;&nbsp; &lt;/Grid&gt;<br>
      &lt;Grid GridType="Uniform"&gt;<br>
      &lt;Topology TopologyType="3DRectMesh" Dimensions="&nbsp;&nbsp;&nbsp;&nbsp; 2&nbsp;&nbsp;&nbsp;&nbsp;
      4&nbsp;&nbsp;&nbsp;&nbsp; 3"/&gt;<br>
      &lt;Geometry GeometryType="VXVYVZ"&gt;<br>
      &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 3" NumberType="Float" Precision="4"
      Format="XML"&gt;<br>
      &nbsp;&nbsp; 1.0000&nbsp;&nbsp; 2.0000&nbsp;&nbsp; 3.0000<br>
      &lt;/DataItem&gt;<br>
      &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 4" NumberType="Float" Precision="4"
      Format="XML"&gt;<br>
      &nbsp;&nbsp; 0.0000&nbsp;&nbsp; 2.0944&nbsp;&nbsp; 4.1888&nbsp;&nbsp; 6.2832<br>
      &lt;/DataItem&gt;<br>
      &lt;DataItem Dimensions="&nbsp;&nbsp;&nbsp; 2" NumberType="Float" Precision="4"
      Format="XML"&gt;<br>
      &nbsp;&nbsp; 2.0000&nbsp;&nbsp; 3.0000<br>
      &lt;/DataItem&gt;<br>
      &lt;/Geometry&gt;<br>
      &lt;Attribute Name="var" AttributeType="Scalar" Center="Node"&gt;<br>
      &lt;DataItem Dimensions="24 1 1" NumberType="Float" Precision="4"
      Format="XML"&gt;<br>
      0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23<br>
      &lt;/DataItem&gt;<br>
      &lt;/Attribute&gt;<br>
      &lt;/Grid&gt;<br>
      &lt;/Grid&gt;<br>
      &lt;/Domain&gt;<br>
      &lt;/Xdmf&gt;<br>
      <br>
      <br>
      Le 04/04/2013 04:36, Nikolaos Beratlis a &eacute;crit&nbsp;:<br>
    </div>
    <blockquote
cite="mid:CALdMxnz8fwHOELBSd4AoAXt=tKbG62yvYrWsvzywQU=52tOA7g@mail.gmail.com"
      type="cite">
      <div dir="ltr">I have a domain that consists of patches of
        orthogonal cartesian grids in the following XDMF file:
        <div><br>
        </div>
        <div>
          <div>&lt;?xml version="1.0" ?&gt;</div>
          <div>&lt;!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []&gt;</div>
          <div>&lt;Xdmf Version="2.2"&gt;</div>
          <div>&lt;Domain&gt;</div>
          <div>&lt;Grid GridType="Collection"&gt;</div>
          <div>&lt;Grid GridType="Uniform"&gt;</div>
          <div>&lt;Topology TopologyType="3DRectMesh" Dimensions=" &nbsp; &nbsp; 2
            &nbsp; &nbsp; 4 &nbsp; &nbsp; 3"/&gt;</div>
          <div>&lt;Geometry GeometryType="VXVYVZ"&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;3" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;0.0000 &nbsp; 1.0000 &nbsp; 2.0000</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;4" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;0.0000 &nbsp; 2.0944 &nbsp; 4.1888 &nbsp; 6.2832</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;2" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;1.0000 &nbsp; 2.0000</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;/Geometry&gt;</div>
          <div>
            &lt;/Grid&gt;</div>
          <div>&lt;Grid GridType="Uniform"&gt;</div>
          <div>&lt;Topology TopologyType="3DRectMesh" Dimensions=" &nbsp; &nbsp; 2
            &nbsp; &nbsp; 4 &nbsp; &nbsp; 3"/&gt;</div>
          <div>&lt;Geometry GeometryType="VXVYVZ"&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;3" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;1.0000 &nbsp; 2.0000 &nbsp; 3.0000</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;4" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;0.0000 &nbsp; 2.0944 &nbsp; 4.1888 &nbsp; 6.2832</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;DataItem Dimensions=" &nbsp; &nbsp;2" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>&nbsp; &nbsp;2.0000 &nbsp; 3.0000</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;/Geometry&gt;</div>
          <div>&lt;/Grid&gt;</div>
          <div>&lt;Attribute Name="var" AttributeType="Scalar"
            Center="Node"&gt;</div>
          <div>&lt;DataItem Dimensions="48" NumberType="Float"
            Precision="4" Format="XML"&gt;</div>
          <div>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
            22 23</div>
          <div>0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
            22 23</div>
          <div>&lt;/DataItem&gt;</div>
          <div>&lt;/Attribute&gt;</div>
          <div>&lt;/Grid&gt;</div>
          <div>&lt;/Domain&gt;</div>
          <div>&lt;/Xdmf&gt;</div>
        </div>
        <div><br>
        </div>
        <div style="">The grid is declared as GridType Collection. When
          I read it in Paraview the grid is read correctly as shown in
          the attached picture, however I don't get the values for the
          attribute. I think the attribute is not read at all. Is there
          sth wrong with this file? How should the attribute be
          specified for GridType Collection?</div>
        <div style=""><br>
        </div>
        <div style="">Thank you,</div>
        <div style=""><br>
        </div>
        <div style="">Nikos</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
Powered by <a class="moz-txt-link-abbreviated" href="http://www.kitware.com">www.kitware.com</a>

Visit other Kitware open-source projects at <a class="moz-txt-link-freetext" href="http://www.kitware.com/opensource/opensource.html">http://www.kitware.com/opensource/opensource.html</a>

Please keep messages on-topic and check the ParaView Wiki at: <a class="moz-txt-link-freetext" href="http://paraview.org/Wiki/ParaView">http://paraview.org/Wiki/ParaView</a>

Follow this link to subscribe/unsubscribe:
<a class="moz-txt-link-freetext" href="http://www.paraview.org/mailman/listinfo/paraview">http://www.paraview.org/mailman/listinfo/paraview</a>
</pre>
    </blockquote>
    <br>
    <br>
    <pre class="moz-signature" cols="72">-- 
Felipe Bordeu Weldt
Ing&eacute;nieur de Recherche
-------------------------------------
T&eacute;l. : 33 (0)2 40 37 16 57
Fax. : 33 (0)2 40 74 74 06
<a class="moz-txt-link-abbreviated" href="mailto:Felipe.Bordeu@ec-nantes.fr">Felipe.Bordeu@ec-nantes.fr</a>
Institut GeM - UMR CNRS 6183
&Eacute;cole Centrale Nantes
1 Rue de La No&euml;, 44321 Nantes, FRANCE
-------------------------------------</pre>
  </body>
</html>