vtk-m/data/baseline/filter
Kenneth Moreland aaf49915e0 Fix Flying Edges z-boundary condition with non-square input
There was a bug with Flying Edges checking the boundary conditions in
the z-direction. It was comparing the z index to the size of the y
dimension, not the z dimension. This simple typo was probably missed
because most of the tests use square meshes. To catch the problem, you
need a mesh that has a different number of points in the y and z
directions and the contour has to go past the positive z boundary.

When this error was hit, the indices for the edges on that boundary were
not recorded, and later interpolation used garbage values for edge's
point ids.
2022-09-29 06:25:12 -06:00
..
amrArrays2D.png add amr capability as filter 2021-12-13 09:33:47 -07:00
amrArrays3D.png add amr capability as filter 2021-12-13 09:33:47 -07:00
contour-tangle.png add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
contour-uniform-boundaries.png Fix Flying Edges z-boundary condition with non-square input 2022-09-29 06:25:12 -06:00
contour-uniform.png Fix point merge for Marching Cubes with multiple isosurfaces 2022-03-21 11:44:36 -06:00
contour-wedge.png Fix point merge for Marching Cubes with multiple isosurfaces 2022-03-21 11:44:36 -06:00
point-transform.png add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
slice-structured-points-plane.png Add Slice filter and tests 2021-05-28 11:35:51 -04:00
slice-structured-points-sphere.png Add Slice filter and tests 2021-05-28 11:35:51 -04:00
slice-unstructured-grid-cylinder.png Add Slice filter and tests 2021-05-28 11:35:51 -04:00
slice-unstructured-grid-plane.png Add Slice filter and tests 2021-05-28 11:35:51 -04:00
split-sharp-edges.png add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
streamline.png add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00
surface-normals.png add support for removing annotations and remove from regression tests 2021-03-31 17:08:46 +00:00