Hello

It's been a while but I'm back to trying to solve this issue. Unfortunately this doesn't solve the issue. Using paraview 5.4.1 from latest Fedora…

Anything else I should try ?

-- Nicolas


On 11/20/2017 10:46 PM, David E DeMarle wrote:
Try dropping your standalone external geometry and topology and just place them in the first timestep's grid. It might make the reader happier.
Like so...

<Xdmf xmlns:xi="http://www.w3.org/2001/XInclude"; Version="3.3">
  <Domain>
    <Grid CollectionType="Temporal" GridType="Collection" Name="Collection">
      <Grid Name="Grid">
        <Time Value="0"/>
        <Geometry Origin="" Type="XYZ">
          <DataItem DataType="Float" Dimensions="8 3" Format="XML" Precision="4">0 0 0 1 0 0 0 1 0 1 1 0 0 0 1 1 0 1 0 1 1 1 1 1</DataItem>
        </Geometry>
        <Topology Dimensions="1" Type="Mixed">
          <DataItem DataType="Int" Dimensions="9" Format="XML" Precision="8">9 0 1 3 2 4 5 7 6</DataItem>
        </Topology>
        <Attribute Center="Node" Name="Point Value" Type="None">
          <DataItem DataType="Float" Dimensions="8" Format="XML" Precision="8">0 0 0 0 0 0 0 0</DataItem>
        </Attribute>
        ...
      </Grid>
      <Grid Name="Grid">
        <Time Value="0.111111"/>
        <xi:include xpointer="element(/1/1/1/1/2)"/> <!-- reference to xdmf/domain/grid(temporal)/grid/geometry -->         <xi:include xpointer="element(/1/1/1/1/3)"/> <!-- reference to xdmf/domain/grid(temporal)/grid/topology -->
        <Attribute Center="Node" Name="Point Value" Type="None">
        ...

_______________________________________________
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://paraview.org/mailman/listinfo/paraview

Reply via email to