MantisBT - ParaView
View Issue Details
0003408ParaView(No Category)public2006-06-15 14:462007-04-02 16:40
David Rogers 
Clinton Stimpson 
normalmajoralways
closedfixed 
 
 
0003408: Exodus Inspector: Add 'metadata' organization to 'block' widget
Current PV (2.4) has some special logic in it to show 'material' and 'hierarchy views of the block structure. We need to move this to PV 3.0, though we need to think about the design of it. This is necessary for PV 3.0 at SNL.
No tags attached.
Issue History
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0005626)
Clinton Stimpson   
2006-10-31 18:51   
I would like to have an exodus file with material and hirearchy information in it, so this can be implemented.
(0005660)
Clinton Stimpson   
2006-11-06 17:52   
I was able to make an exodus & xml file with the features I need to implement this.
(0005694)
Clinton Stimpson   
2006-11-10 15:06   
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusPanel.cxx,v <-- pqExodusPanel.cxx
new revision: 1.12; previous revision: 1.11
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusPanel.h,v <-- pqExodusPanel.h
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqExodusPanel.ui,v <-- pqExodusPanel.ui
new revision: 1.8; previous revision: 1.7
/cvsroot/ParaView3/ParaView3/Servers/ServerManager/Resources/readers.xml,v <-- readers.xml
new revision: 1.79; previous revision: 1.78
(0005938)
John Greenfield   
2006-12-11 12:58   
Needs to work if xml file is named artifact.dta (it currently doesn't) -- in fact we need it to default to loading artifact.dta if that file exists in the same directory as the exodus files. Otherwise fix looks good.
(0005939)
John Greenfield   
2006-12-11 13:04   
Spoke too soon: one more problem with the implementation. In hierarchy display, checking or unchecking one level of the hierarchy should check or uncheck all lower levels of the hierarchy, not just the line clicked on. The idea is to be able to select or deselect entire sections of the hierarchy with a single click. Currently it only operates on the line checked, which has odd effects for every line in the display except the individual block entries.
(0005941)
Clinton Stimpson   
2006-12-11 15:40   
The XMLFileName widget broke with changes to the server manager a few days ago.
The vtkSMFileListDomain needs to be fixed.
(0006037)
Clinton Stimpson   
2006-12-21 17:32   
The XMLFileName works fine now.
The hierarchy widget is showing selections as the server manager gives it.
I guess I'd have to count the spaces in the indentation or something and add special case code in pqExodusPanel.
Also switching between block/material/heirarchy selections and turning blocks on/off acts weird. I assume that behavior is down in the exodus reader.
(0006738)
Berk Geveci   
2007-03-12 15:58   
Should we close this bug?
(0006741)
Clinton Stimpson   
2007-03-12 16:03   
There's still the issue of selection in the hierarchy.
(0006890)
Clinton Stimpson   
2007-03-21 17:08   
A minor fix in pqSMAdaptor and the fix for bug 0004278 fixed the hierarchy selection problem.