[Paraview] Displaying Time Value for a spatial XDMF grid collection

Andreyev, Andrey andrey.andreyev at corvidtec.com
Sat Apr 7 17:34:51 EDT 2018


 Hello,

I am trying to get Paraview to display the time value of spatial grid
collection. I am not interested in loading in a time series as each time
instance is very large. I simply would like to display the time for a
particular data set.
In the information tab, I can see that Paraview Reads the value of the time
in, however it doesn't reflect it in the time bar above which is what the
annotate time filter displays.

Is there something I am missing about the XDMF time display?

My XMF file looks like this:

<?xml version="1.0" encoding="utf-8"?>
<Xdmf Version="2.1">
  <Domain>
    <Grid GridType="Collection" CollectionType="Spatial" Name="Velodyne">
     <Time Value="0.1"/>
      <Grid GridType="Collection" CollectionType="Spatial" Name="Solid">
        <Grid GridType="Uniform" Name="Bar2">
          <Geometry GeometryType="XYZ">
            <DataItem DataType="Float" Dimensions="4961 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.1.xvld:/Solid/Part_2/XYZ</DataItem>
          </Geometry>
          <Topology NumberOfElements="4000" Type="Hexahedron">
            <DataItem DataType="Int" Dimensions="4000 8"
Format="HDF5">velodyne.1.xvld:/Solid/Part_2/Topology</DataItem>
          </Topology>
        </Grid>
        <Grid GridType="Uniform" Name="Bar3">
          <Geometry GeometryType="XYZ">
            <DataItem DataType="Float" Dimensions="3751 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.1.xvld:/Solid/Part_3/XYZ</DataItem>
          </Geometry>
          <Topology NumberOfElements="3000" Type="Hexahedron">
            <DataItem DataType="Int" Dimensions="3000 8"
Format="HDF5">velodyne.1.xvld:/Solid/Part_3/Topology</DataItem>
          </Topology>
        </Grid>
        <Grid GridType="Uniform" Name="Plate">
          <Geometry GeometryType="XYZ">
            <DataItem DataType="Float" Dimensions="484 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.1.xvld:/Solid/Part_4/XYZ</DataItem>
          </Geometry>
          <Topology NumberOfElements="300" Type="Hexahedron">
            <DataItem DataType="Int" Dimensions="300 8"
Format="HDF5">velodyne.1.xvld:/Solid/Part_4/Topology</DataItem>
          </Topology>
        </Grid>
      </Grid>
      <Grid GridType="Collection" CollectionType="Spatial" Name="SPH">
        <Grid GridType="Uniform" Name="Bar1">
          <Topology NumberOfElements="3000" Type="Polyvertex">
            <DataItem DataType="Int" Dimensions="3000 1"
Format="HDF5">velodyne.1.xvld:/SPH/Part_1/Topology</DataItem>
          </Topology>
          <Geometry GeometryType="XYZ">
            <DataItem DataType="Float" Dimensions="3000 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.1.xvld:/SPH/Part_1/XYZ</DataItem>
          </Geometry>
        </Grid>
      </Grid>
    </Grid>
  </Domain>
</Xdmf>

-- 

Andrey V. Andreyev
CORVID Technologies
145 Overhill Dr
Mooresville, NC 28117
704-799-6944 x172
andrey.andreyev at corvidtec.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180407/41eecdd7/attachment.html>


More information about the ParaView mailing list