[Paraview] Problems reading 2nd order mixed meshes in xdmf format
Dominik Szczerba
dominik at itis.ethz.ch
Mon Oct 21 10:24:50 EDT 2013
I have received no feedback to my question. Did I overlook something
obvious and it means that there are better / more popular formats for
such datasets supported by ParaView?
Regards,
Dominik
On Wed, Oct 9, 2013 at 1:00 PM, Dominik Szczerba <dominik at itis.ethz.ch> wrote:
> Hi,
>
> I am unable to load the following trivial (one second order tet
> element) into Paraview. I would be very glad for some pointers how to
> fix it...
>
> Regards
> Dominik
>
> <?xml version="1.0" ?>
> <Xdmf>
> <Domain Name="Unnamed">
> <Grid Name="Mesh">
>
> <Geometry GeometryType="XYZ">
> <DataItem Format="XML" Dimensions="10 3">
> 0.0 0.0 0.0
> 1.0 0.0 0.0
> 0.0 1.0 0.0
> 0.0 0.0 1.0
> 0.5 0.0 0.0
> 0.5 0.5 0.0
> 0.0 0.5 0.0
> 0.0 0.0 0.5
> 0.5 0.0 0.5
> 0.0 0.5 0.5
> </DataItem>
> </Geometry>
>
> <Topology TopologyType="Mixed" NumberOfElements="1" >
> <DataItem Format="XML" DataType="Int" Dimensions="11">
> 26 0 1 2 3 4 5 6 7 8 9
> </DataItem>
> </Topology>
>
> </Grid>
> </Domain>
> </Xdmf>
More information about the ParaView
mailing list