Dear All 

I'm trying to implement "BaseOffset" in my models in order to strat
numbering from 1 rather than 0, but Paraview crashes whatever is the
reader I use (xmf or xmf3): Am I doing something wrong? 

Thanks 

Paul 

<?xml version="1.0" ?>
<!DOCTYPE Xdmf SYSTEM "Xdmf.dtd" []>
<Xdmf Version="2.1">
<Domain>
<Grid Name="All Finite Elements" CollectionType="Spatial"
GridType="Collection">
<Grid Name="Temporal" CollectionType="Temporal" GridType="Collection">
<Grid Name="Linear Quad" GridType="Uniform">
<Time Type="Single" Value="0.1" />
<Geometry GeometryType="XYZ">
<DataItem Dimensions="4 3" NumberType="Float" Precision="4"
Format="XML">
0. 0. 0.
1. 0. 0.
1. 1. 0.
0. 1. 0.
</DataItem>
</Geometry>
<Topology TopologyType="Mixed" NumberOfElements="1" BaseOffset="1">
<DataItem Dimensions="5" DataType="Int" Format="XML">
5 1 2 3 4
</DataItem>
</Topology>
<Attribute AttributeType="Vector" Name="Vector t=0.1s" Center="Node">
<DataItem Dimensions="4 3" NumberType="Float" Precision="4"
Format="XML">
0. 0. 0.
1.11 0. 0.
1.12 1.12 0.
0. 1.13 0.
</DataItem>
</Attribute>
</Grid>
</Grid>
</Grid>
</Domain>
</Xdmf>
_______________________________________________
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