I'm trying to visualize some particles in a fluid flow using xdmf (loading an
HDF5 file). From the info in the mail archives I tried to generate a simple
example using Polyvertexes. However, this simple example file causes ParaView to
crash.

I guess, I haven't fully understood the use of the Polyvertex topology. Thanks
for any advice,

Matthias


<?xml version="1.0" ?> <!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
<Xdmf xmlns:xi="http://www.w3.org/2003/XInclude"; Version="2.2">
  <Domain>
    <Grid Name="Points" Type="Uniform">

        <Topology TopologyType="Polyvertex" NumberOfElements="1">
        </Topology>
        <Geometry Type="XYZ">
     <DataItem Format="XML" Dimensions="2 3">
        0.0 0.0 0.0
        1.0 1.0 1.0
     </DataItem>
       </Geometry>

    </Grid>
  </Domain>
</Xdmf> 

_______________________________________________
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

Reply via email to