[vtk-developers] [VTK 0013827]: Incorrect contouring on quadratic tetrahedrons.
Mantis Bug Tracker
mantis at public.kitware.com
Mon Jan 28 16:24:16 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://www.vtk.org/Bug/view.php?id=13827
======================================================================
Reported By: Mark Van Moer
Assigned To:
======================================================================
Project: VTK
Issue ID: 13827
Category: (No Category)
Reproducibility: have not tried
Severity: minor
Priority: high
Status: backlog
Project: TBD
Type: incorrect functionality
Resolution: open
Fixed in Version:
======================================================================
Date Submitted: 2013-01-28 16:24 EST
Last Modified: 2013-01-28 16:24 EST
======================================================================
Summary: Incorrect contouring on quadratic tetrahedrons.
Description:
When a VTK_QUADRATIC_TETRA is contoured, visual artifacts can appear depending
on the orientation of the data relative to the internal decomposition. A
quadratic tetra is decomposed inside of vtkQuadraticTetra.cxx into 8 linear
tetras: 4 for the corners and 4 that make a central octahedron. The 4 central
linear tetras share a diagonal of the octahedron. Values interpolated along this
diagonal get interpolated as if the linear tetra was independent of the
quadratic tetra.
Data that is the central tetra region perpendicular to the diagonal is
interpolated correctly.
Attached is a tarball with 2 small test unstructured grid data sets, images from
those sets, and an image showing the effect in a fluid simulation.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-01-28 16:24 Mark Van Moer New Issue
2013-01-28 16:24 Mark Van Moer File Added: contouringQuadTets.tar.gz
======================================================================
More information about the vtk-developers
mailing list