Hi, We are using ParaView and VisIt to visualize some data in XDMF format.
I have a simple XDMF file (see below), which loads and shows in VisIt, but which crashes in ParaView. It seems to be crashing ParaView because the CollectionType='Temporal', but there are no timesteps defined. If I add a time value, e.g. <Time Value='0'></Time> inside the grid, then it does not crash.
But that begs the question:- Is my Xdmf without the "<Time Value='0'>"a validly formed file, or am I just being lucky that VisIt can read it?
Jon --- XDMF file follows -------- <?xml version='1.0'?> <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []> <Xdmf> <Domain> <Grid CollectionType='Temporal' GridType='Collection'> <Grid GridType='Uniform' Name="SimpleMesh"> <Topology TopologyType="2DRectMesh" Dimensions="5 5"> </Topology> <Geometry GeometryType="VxVy" Name="SimpleCoords"><DataItem Dimensions='5' Format='XML' ItemType='Uniform' Name='XCoord' NumberType='Float' Precision='8'>
0 1 2 3 4
</DataItem>
<DataItem Dimensions='5' Format='XML' ItemType='Uniform' Name='YCoord'
NumberType='Float' Precision='8'>
0 1 2 3 4
</DataItem>
</Geometry>
</Grid>
</Grid>
</Domain>
</Xdmf>
--
*Jon Goldman*
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Follow this link to subscribe/unsubscribe: http://www.paraview.org/mailman/listinfo/paraview
