vtk-m/data/baseline
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
..
filter Fix point merge for Marching Cubes with multiple isosurfaces 2022-03-21 11:44:36 -06:00
rendering Add secondary image for MapperConnectivity test 2022-01-03 06:52:34 -07:00
source Add test for PerlinNoise source 2022-01-05 13:02:36 -07:00
5x6_7_MC_Rank0_Block0_Round1_CombinedMesh.ctm Add debug out and refactor for debugging 2021-06-28 15:44:43 -07:00
vanc.ct_txt Re-enabled tests with external files (and added required files to Git LFS) 2021-01-29 09:45:13 -08:00