[Paraview] Polyvertex Topology

Matthias Kaczorowski matthias at phy.cuhk.edu.hk
Mon Feb 14 22:56:06 EST 2011


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> 



More information about the ParaView mailing list