|
Notes |
|
|
(0013159)
|
|
David Thompson (old)
|
|
2008-08-22 23:27
|
|
|
This works for me, but note that if you want to view an edge or face variable, you must select the edge or face blocks over which they are defined. I suspect you have only turned on an element block and not the edge or face blocks which are in a separate tab in the reader's interface (of "Blocks, Hierarchy, Materials, Faces, Edges" the last 2 tabs contain the entries you must turn on). |
|
|
|
(0013219)
|
|
David Thompson (old)
|
|
2008-08-28 14:21
|
|
Alan has noted that the pqTreeWidgets holding edge and face blocks seem to be inconsistent with the state of the reader. From Alan:
Here are the ways that it seems to not work:
1. Click icon to open dataset in toolbar.
2. Select source1.exii and click OK
3. Click Apply.
4. Check BFLUX and ECIRC in the list of results variables.
5. Click on the "Faces" tab in the list box below the results variables box and what I checked before is missing. I can check something that doesn't have a cell face icon in front of it.
6. Click on the "Edges" tab in the list box below the results variables box and what I checked before is missing. I can check something that doesn't have a cell face icon in front of it.
7. Click Apply. The checks above have disappeared.
1. Click icon to open dataset in toolbar.
2. Select source1.exii and click OK
3. Check BFLUX and ECIRC in the list of results variables.
4. Click on the "Faces" tab in the list box below the results variables box and check the upper of the two "Unnamed block ID: 1...".
5. Click on the "Edges" tab in the list box below the results variables box and check the upper of the two "Unnamed block ID: 1...".
6. Click Apply. The checks above have disappeared. |
|
|
|
(0013221)
|
|
Utkarsh Ayachit
|
|
2008-08-28 16:40
|
|
The panel had widgets named EdgeBlockArrayStatus and
FaceBlockArrayStatus which matched the names of the property which resulted in
auto-linking. However, the pqExodusIIPanel has explcit code to manage the
property-widget linking, so auto-linking was unnecesary (even wrong). Fixed that
by changing the widget names.
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusIIPanel.cxx,v <-- Qt/Components/pqExodusIIPanel.cxx
new revision: 1.19; previous revision: 1.18
/cvsroot/ParaView3/ParaView3/Qt/Components/pqExodusIIPanel.h,v <-- Qt/Components/pqExodusIIPanel.h
new revision: 1.10; previous revision: 1.9
/cvsroot/ParaView3/ParaView3/Qt/Components/Resources/UI/pqExodusIIPanel.ui,v <-- Qt/Components/Resources/UI/pqExodusIIPanel.ui
new revision: 1.13; previous revision: 1.12 |
|
|
|
(0013222)
|
|
David Thompson (old)
|
|
2008-08-28 17:13
|
|
|