View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015980Xdmf(No Category)public2016-02-18 11:342016-02-18 11:34
Reportercrayzeewulf 
Assigned To 
PriorityhighSeveritymajorReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Summary0015980: XDMF file opens in ParaView but not using XDMF API.
DescriptionThe attached XDMF file opens and shows expected data in ParaView. However, when attempting to read it using XDMF API (via XdmfReader.read() from Python), I get the following error message:

Neither 'Type' nor 'TopologyType' found in itemProperties in XdmfTopologyType::New
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
RuntimeError: Neither 'Type' nor 'TopologyType' found in itemProperties in XdmfTopologyType::New

Steps To ReproduceRun the following script from the directory containing the attached file:

from Xdmf import *
reader = XdmfReader.New()
reader.read("xdmf_bug_report.xmf")

TagsNo tags attached.
Attached Files? file icon xdmf_bug_report.xmf [^] (34,943 bytes) 2016-02-18 11:34

 Relationships

  Notes
There are no notes attached to this issue.

 Issue History
Date Modified Username Field Change
2016-02-18 11:34 crayzeewulf New Issue
2016-02-18 11:34 crayzeewulf File Added: xdmf_bug_report.xmf


Copyright © 2000 - 2018 MantisBT Team