MantisBT - Xdmf
View Issue Details
0015980Xdmf(No Category)public2016-02-18 11:342016-02-18 11:34
crayzeewulf 
 
highmajoralways
newopen 
0015980: XDMF file opens in ParaView but not using XDMF API.
The 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

Run the following script from the directory containing the attached file:

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

No tags attached.
? xdmf_bug_report.xmf (34,943) 2016-02-18 11:34
https://public.kitware.com/Bug/file/5631/xdmf_bug_report.xmf
Issue History
2016-02-18 11:34crayzeewulfNew Issue
2016-02-18 11:34crayzeewulfFile Added: xdmf_bug_report.xmf

There are no notes attached to this issue.