View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014353ParaView(No Category)public2013-10-23 09:572016-08-12 09:59
ReporterDominik Szczerba 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.0 
Target VersionFixed in Version 
Summary0014353: Problems reading 2nd order mixed meshes in xdmf format
Description<?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>
The following valid XDMF file causes an error when imported into ParaView 4.0.1:



<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>
TagsNo tags attached.
ProjectTBD
Topic Name
Typecrash
Attached Files

 Relationships

  Notes
(0031741)
Dominik Szczerba (reporter)
2013-10-25 08:13

I wonder if this has something to do with the fact, that VTK does not offer support for 2nd order prisms and pyramids...?
(0038452)
Kitware Robot (administrator)
2016-08-12 09:59

Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.

 Issue History
Date Modified Username Field Change
2013-10-23 09:57 Dominik Szczerba New Issue
2013-10-25 08:13 Dominik Szczerba Note Added: 0031741
2016-08-12 09:59 Kitware Robot Note Added: 0038452
2016-08-12 09:59 Kitware Robot Status backlog => closed
2016-08-12 09:59 Kitware Robot Resolution open => moved
2016-08-12 09:59 Kitware Robot Assigned To => Kitware Robot


Copyright © 2000 - 2018 MantisBT Team