vtk-m/vtkm/filter/contour
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
..
testing Fix point merge for Marching Cubes with multiple isosurfaces 2022-03-21 11:44:36 -06:00
worklet Fix point merge for Marching Cubes with multiple isosurfaces 2022-03-21 11:44:36 -06:00
ClipWithField.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
ClipWithField.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
ClipWithImplicitFunction.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
ClipWithImplicitFunction.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
CMakeLists.txt use SurfaceNomrals filter rather than worklet 2022-02-16 14:59:46 -07:00
Contour.cxx Update use of field association enumerations 2022-03-17 11:02:37 -06:00
Contour.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00
Slice.cxx tidy-up language usage 2022-02-02 12:44:00 -07:00
Slice.h Improve deprecation support for moved or renamed headers 2022-02-16 07:08:05 -07:00