[Paraview] BaseOffset use

paul.carrico at free.fr paul.carrico at free.fr
Thu May 31 06:24:28 EDT 2018


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>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://public.kitware.com/pipermail/paraview/attachments/20180531/52bf545a/attachment.html>


More information about the ParaView mailing list