[Paraview] XDMF file with multiple temporal collections
Nicolas Cedilnik
nicolas.cedilnik at inria.fr
Wed Jan 24 10:44:22 EST 2018
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">
> ...
More information about the ParaView
mailing list