<div dir="ltr">I generated the following XDMF file and tried to open it in ParaView. When I open it, I get a dialog with three readers to choose: <div>- XDMF reader</div><div>- XDMF3 reader</div><div>- XDMF3 reader (Top Level Partition)</div><div><br></div><div>I can open the file with "XDMF reader", but when I open it with the other two readers, ParaView (5.1.0 64-bit Mac) crashes. </div><div><br></div><div><div>Application Specific Information:</div><div>terminating with uncaught exception of type XdmfError: 'Value' not in itemProperties in XdmfTime::populateItem</div><div>abort() called</div></div><div><br></div><div>But I generated the file according to this <a href="http://www.paraview.org/Wiki/ParaView/Data_formats#Reading_a_time_varying_Raw_file_into_Paraview">recommendation</a> and according to the <a href="http://www.xdmf.org/index.php/XDMF_Model_and_Format">XDMF3</a> standard. When I try to open this public <a href="http://www.paraview.org/Wiki/ParaView/Data_formats#Reading_a_time_varying_Raw_file_into_Paraview">example</a> with XDMF3 in ParaView, it crashes, too. </div><div><br></div><div><br></div><div>Now this is the content of my XDMF file:</div><div><br></div><div><p style="margin:0px;font-size:10px;line-height:normal;font-family:courier"><?xml version="1.0" ?></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier"><Xdmf></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">    <Domain></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        <Topology NumberOfElements="8" TopologyType="Triangle"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            <DataItem DataType="Int" Dimensions="8 3" Format="XML">2 5 1    2 6 5    2 7 6    2 3 7    8 7 3    4 8 3    1 5 4    8 4 5</DataItem></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        </Topology></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        <Geometry GeometryType="XYZ"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            <DataItem Dimensions="9 3" Format="XML">-1 1 2    0 0 0    1 0 0    1 1 0    0 1 0    0 0 1    1 0 1    1 1 .2    0 1 .2</DataItem></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        </Geometry></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        <Grid CollectionType="Temporal" GridType="Collection" Name="TimeSeriesGrid"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            <Time TimeType="HyperSlab"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <DataItem Dimensions="3" Format="XML" NumberType="Float">0.0 1.0 2</DataItem></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            </Time></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            <Grid GridType="Uniform" Name="T1"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Topology Reference="/Xdmf/Domain/Topology[1]"/></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Geometry Reference="/Xdmf/Domain/Geometry[1]"/></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Attribute Center="Node" Name="Values"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                    <DataItem Dimensions="9" Format="XML">0 1 2 3 4 5 6 7 8</DataItem></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                </Attribute></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            </Grid></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            <Grid GridType="Uniform" Name="T2"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Topology Reference="/Xdmf/Domain/Topology[1]"/></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Geometry Reference="/Xdmf/Domain/Geometry[1]"/></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                <Attribute Center="Node" Name="Values"></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                    <DataItem Dimensions="9" Format="XML">8 7 6 5 4 3 2 1 0</DataItem></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">                </Attribute></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">            </Grid></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">        </Grid></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier">    </Domain></p>
<p style="margin:0px;font-size:10px;line-height:normal;font-family:courier"></Xdmf></p></div><div><br></div></div>