View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015164ParaView(No Category)public2014-12-01 11:332016-08-12 09:59
ReporterKen Sheldon 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version4.2 
Target VersionFixed in Version 
Summary0015164: XDMF fails to save CELL data
DescriptionLoad the following XDMF file.(This makes a simple 3x4 planar grid)
Save the data to a new Xdmf file
The saved data contains an Attribute for Cell Centered Values, but the enclpsed DataItem is empty.



<Xdmf Version="2.2">
    <Domain>
        <Grid GridType="Uniform">
            <Topology TopologyType="2DRectMesh" Dimensions="3 4"/>
            <Geometry GeometryType="VXVYVZ">
                <DataItem Dimensions="1" NumberType="Float" Precision="4" Format="XML">-1</DataItem>
                <DataItem Dimensions="4" NumberType="Float" Precision="4" Format="XML">1 1.25 1.5 1.75 </DataItem>
                <DataItem Dimensions="3" NumberType="Float" Precision="4" Format="XML">0 0.25 0.5 </DataItem>
            </Geometry>
            <Attribute Name="Cell Centered Values" Active="1" AttributeType="Scalar" Center="Cell">
                <DataItem Dimensions="2 3" NumberType="Int" Precision="4" Format="XML">
                    1 2 3
                    4 5 6
                </DataItem>
            </Attribute>
            <Attribute Name="Node Centered Values" Active="1" AttributeType="Scalar" Center="Node">
                <DataItem Dimensions="3 4" NumberType="Int" Precision="4" Format="XML">
                    0 1 1 0
                    1 2 2 1
                    2 3 3 2
                </DataItem>
            </Attribute>
        </Grid>
    </Domain>
</Xdmf>
TagsXDMF
ProjectTBD
Topic Name
Typeincorrect functionality
Attached Files

 Relationships

  Notes
(0038727)
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
2014-12-01 11:33 Ken Sheldon New Issue
2014-12-01 11:35 Ken Sheldon Tag Attached: XDMF
2016-08-12 09:59 Kitware Robot Note Added: 0038727
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