Within XDMF, I'm using a join function to plot a line between my master and
slave nodes. I explicitly write the topology piece. Everything seems to
work fine, but it throws the following error every time....

ERROR: In /home/shelf1/hpc_shared/motorsports/software/
Visualization/source/paraview/VTK/IO/Xdmf2/vtkXdmfHeavyData.cxx, line 351
vtkXdmfReader (0x14202b0): Cannot find DataItem element in geometry xml, no
caching possible

Given that everything seems to function the way it's supposed, is this a
bug in the error checking?

The join piece of the xml is below:

<Geometry GeometryType="XYZ">
            <DataItem ItemType="Function" Function="JOIN($0; $1)"
Dimensions="1126 3" Format="HDF5" DataType="Float">
              <DataItem DataType="Float" Dimensions="563 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.2.xvld:/
              <DataItem DataType="Float" Dimensions="563 3" Format="HDF5"
Name="Nodes" Precision="8">velodyne.2.xvld:/
            </DataItem>
</Geometry>


Thank you!
Andrey
-- 

Andrey V. Andreyev
CORVID Technologies
145 Overhill Dr
Mooresville, NC 28117
704-799-6944 x172
andrey.andre...@corvidtec.com
_______________________________________________
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

Search the list archives at: http://markmail.org/search/?q=ParaView

Follow this link to subscribe/unsubscribe:
https://public.kitware.com/mailman/listinfo/paraview

Reply via email to