vtk-m/data/baseline/filter
Kenneth Moreland b544b8e09f Fix point merge for Marching Cubes with multiple isosurfaces
When the Marching Cubes algorithm merges points together for multiple
isosurfaces, it uses an ArrayHandleZip to combine the isosurface id and
the edge identification. This is to prevent merging points from
different isosurfaces. However, internally this has to do an array copy.

It was doing this copy with `ArrayCopy`. A recent change to that method
made the copy fail for `ArrayHandleZip`. The fix is to change to
`ArrayCopyDevice`.

The reason why this bug was introduced was because there was no test
case for this specific use. A regression test has been updated to test
for this case.
2022-03-21 11:44:36 -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.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