<div dir="ltr">ok, lest work with your file. if you look at the information tab,<div>for the first timestep you get :</div><div>number of cells 1</div><div>number of points : 8</div><div>bounds: Z range 0 to 1 (delta: 1 )</div><div><br></div><div>for the second timestep you get </div><div><div>number of cells 2</div><div>number of points : 12</div></div><div>bounds: Z range 1 to 5 (delta: 4)<br></div><div><br></div><div>and if you apply a "clean to grid" filter in the information tab (of the clean to grid filter o of course) you get:</div><div><br></div><div><div>for the first timestep you get :</div><div>number of cells 1</div><div>number of points : 8</div><div><div>bounds: Z range 0 to 1 (delta: 1 )</div></div><div><br></div><div>for the second timestep you get </div><div><div>number of cells 1</div><div>number of points : 8</div></div></div><div><div>bounds: Z range 1 to 3 (delta: 2)<br></div></div><div><br></div><div><br></div><div>this is wrong.</div><div><br></div><div>Felipe</div><div><br></div><div><br></div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">2016-06-29 17:01 GMT+02:00 Burns, Andrew J CTR USARMY RDECOM ARL (US) <span dir="ltr"><<a href="mailto:andrew.j.burns35.ctr@mail.mil" target="_blank">andrew.j.burns35.ctr@mail.mil</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Xdmf's latest version prefers having each grid declare its time value separately.<br>
<br>
<?xml version="1.0" encoding="utf-8"?><br>
<Xdmf xmlns:xi="<a href="http://www.w3.org/2001/XInclude" rel="noreferrer" target="_blank">http://www.w3.org/2001/XInclude</a>" Version="2.92"><br>
<Domain><br>
<Grid Name="Grid_T" GridType="Collection" CollectionType="Temporal"  ><br>
    <Grid Name="Grid_1"><br>
    <Time Value="1"/><br>
    <Geometry Type="ORIGIN_DXDYDZ"><br>
      <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">0 0 0</DataItem><br>
      <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">1. 1. 1.</DataItem><br>
    </Geometry><br>
    <Topology Dimensions="2 2 2" Type="3DCoRectMesh"/><br>
    </Grid><br>
    <Grid Name="Grid_2"><br>
    <Time Value="2"/><br>
    <Geometry Type="ORIGIN_DXDYDZ"><br>
      <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">1. 1. 1.</DataItem><br>
      <DataItem DataType="Float" Dimensions="3" Format="XML" Precision="8">2. 2. 2.</DataItem><br>
    </Geometry><br>
    <Topology Dimensions="3 2 2" Type="3DCoRectMesh"/><br>
    </Grid><br>
    </Grid><br>
  </Domain><br>
</Xdmf><br>
<br>
It looks to me that both grids are the same "size," one unit in each dimension. The difference is that in the second grid the first dimension is divided into three subidivisions instead of the two subdivisions in the first one. This results in cells that are 0.5x.x0.5x0.5 in the first grid and 0.33x0.5x0.5 in the second grid.<br>
<br>
If you aren't filling the cells with an attribute both grids would look the same.<br>
<span class="HOEnZb"><font color="#888888"><br>
-Andrew Burns<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
-----Original Message-----<br>
From: Paraview-developers [mailto:<a href="mailto:paraview-developers-bounces@paraview.org">paraview-developers-bounces@paraview.org</a>] On Behalf Of Felipe Bordeu<br>
Sent: Wednesday, June 29, 2016 10:51 AM<br>
To: ParaView Developers <<a href="mailto:paraview-developers@paraview.org">paraview-developers@paraview.org</a>><br>
Subject: [Non-DoD Source] [Paraview-developers] Bug in the xdmf Reader 3<br>
<br>
Hi,<br>
<br>
I'm working with 3DCoRectMesh meshes. the attached file contains 2 time steps with two 3DCoRectMesh with different topologies. Paraview only update the UpdateExtent for the first time step, making the solution of the second timestep croped.<br>
<br>
Any ideas for a fast workaround?<br>
I tried clean to grid but does not work.<br>
<br>
In the information tab you can see the total number of element and point is correct but after the clean to grid filter only half of the mesh is treated.<br>
<br>
using latest ParaView from web (5.1.0 64-bit windows ) Felipe<br>
<br>
<br>
<br>
</div></div></blockquote></div><br></div>