View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0005019ParaView(No Category)public2007-05-11 12:592011-01-13 17:00
ReporterDavid Karelitz 
Assigned ToKen Moreland 
PriorityhighSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0005019: ExodusReader->D3->CellToPoint Error with bad GlobalNodeId's
DescriptionIf you open a split exodus dataset with bad globalNodeId's (duplicated among files), then Run D3, and finally apply CellToPoint, the result is a "sparse" dataset.

Turning off the GlobalNodeId aray in the Exodus reader results in a valid D3 display, but CellToPoint is still messed up.

Basically instead of seeing a nice box, you see a shredded box.
TagsNo tags attached.
Project
Topic Name
Type
Attached Files

 Relationships

  Notes
(0007716)
Ken Moreland (manager)
2007-05-22 11:17

The issue was that vtkDistributedDataFilter was incorrectly withholding the flag to use global point ids from vtkMergeCells. Thus, vtkMergeCells was using its default tolerance for merging points, which was 0.001. Since the cell sizes were less than that, points were being incorrectly merged. I fixed this issue as well as another issue where D3 was sometimes using global ids when they were not available.

/cvsroot/ParaView3/ParaView3/VTK/Parallel/vtkDistributedDataFilter.cxx,v <-- vtkDistributedDataFilter.cxx
new revision: 1.44; previous revision: 1.43

I also added a regression test for data sets with small cells.

/cvsroot/ParaView3/ParaViewData/Baseline/D3SmallCells.png,v <-- D3SmallCells.png
initial revision: 1.1
/cvsroot/ParaView3/ParaView3/Applications/Client/CMakeLists.txt,v <-- CMakeLists.txt
new revision: 1.130; previous revision: 1.129
/cvsroot/ParaView3/ParaView3/Applications/Client/Testing/XML/D3SmallCells.xml,v <-- D3SmallCells.xml
initial revision: 1.1

 Issue History
Date Modified Username Field Change
2011-01-13 17:00 Source_changeset_attached => VTK master a2bd8391
2011-01-13 17:00 Source_changeset_attached => VTK master 020ef709
2011-06-16 13:10 Zack Galbreath Category => (No Category)


Copyright © 2000 - 2018 MantisBT Team