MantisBT - ParaView
View Issue Details
0010992ParaViewFeaturepublic2010-07-14 17:022016-08-12 09:58
Utkarsh Ayachit 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0010992: Contour for cell arrays
Contour filter supports cell arrays for AMR datasets, but not others. We should support contouring for all arrays or disable contouring AMR cell arrays.
No tags attached.
Issue History
2010-07-14 17:02Utkarsh AyachitNew Issue
2010-07-14 17:52Ken MorelandNote Added: 0021394
2011-06-16 13:10Zack GalbreathCategoryFeature Request => Feature
2016-08-12 09:58Kitware RobotNote Added: 0037859
2016-08-12 09:58Kitware RobotStatusexpired => closed
2016-08-12 09:58Kitware RobotResolutionopen => moved
2016-08-12 09:58Kitware RobotAssigned To => Kitware Robot

Notes
(0021394)
Ken Moreland   
2010-07-14 17:52   
If you decide to implement contours on cell data, what algorithm do you plan to use do it? The most common approach is to run cell to points and then contour. This is a quick and dirty approach but technically wrong. One of the biggest problems is that it does not preserve maxima and minima.

I advocate using a simple algorithm that extracts all faces that are the shared interface between two cells that have field values on opposite sides of an isovalue. Yes, the resulting surface will be boxy, but that is not necessarily bad. After all, the pseudocoloring for cell data is boxy, so why shouldn't contours be?
(0037859)
Kitware Robot   
2016-08-12 09:58   
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.