MantisBT - ParaView
View Issue Details
0002684ParaView(No Category)public2006-01-05 12:202016-08-12 09:57
Brian Wylie 
Berk Geveci 
lowfeaturealways
closedmoved 
 
 
0002684: SNL: Cell centered isosurfaces
Currently to do isosurfaces of cell centered data you must first to 'CellToPoint' and then run the isosurface. We would like to have the isocontour filter show cell centered array and then automatically invoke CellToPoint on just the selected array and then isosurface.
No tags attached.
Issue History
2009-12-09 14:51Berk GeveciProject@3@ => ParaView
2009-12-09 21:32Berk GeveciNote Added: 0018775
2011-06-16 13:09Zack GalbreathCategory => (No Category)
2016-08-12 09:57Kitware RobotNote Added: 0037491
2016-08-12 09:57Kitware RobotStatusexpired => closed
2016-08-12 09:57Kitware RobotResolutionopen => moved

Notes
(0005726)
Kent Eschenberg   
2006-11-16 11:49   
Another approach is to regenerate the geometry so that there is a vertex at each cell center; copy the cell data to the new vertices; then invoke the standard contour algorithm.

I implemented this years ago in an OpenDX application and the results were, for some data, noticeably different because the averaging of CellToPoint was eliminated.

The size of the new geometry shrinks by half a cell on all edges but that actually makes sense.
(0018775)
Berk Geveci   
2009-12-09 21:32   
I wonder if the dual-grid approach suggested by Kent would work on unstructured meshes...
(0037491)
Kitware Robot   
2016-08-12 09:57   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current ParaView Issues page linked in the banner at the top of this page.