vtk-m/vtkm/worklet/contour
Kenneth Moreland c55d15f397 Deprecate ArrayHandle::ExecutionTypes
The newer version of `ArrayHandle` no longer supports different types of
portals for different devices. Thus, the `ReadPortalType` and
`WritePortalType` are sufficient for all types of portals across all
devices.

This significantly simplifies supporting execution objects on devices,
and thus this change also includes many changes to various execution
objects to remove their dependence on the device adapter tag.
2021-02-08 12:17:37 -07:00
..
CMakeLists.txt Significantly improve FlyingEdges performance across all devices 2020-05-22 15:53:49 -04:00
CommonState.h Correct minor issues from refactoring MarchingCells worklets 2020-03-22 12:49:58 -04:00
FieldPropagation.h Restructure Contour algorithm to make it easier to add specialized versions 2020-02-27 16:08:00 -05:00
FlyingEdges.h Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
FlyingEdgesHelpers.h FlyingEdges uses optimized Y axis algorithm for Kokkos device 2021-01-07 13:46:42 -05:00
FlyingEdgesPass1.h FlyingEdges uses optimized Y axis algorithm for Kokkos device 2021-01-07 13:46:42 -05:00
FlyingEdgesPass2.h FlyingEdges: Handle when pass 1 generates no intersections 2020-06-11 08:32:28 -04:00
FlyingEdgesPass4.h FlyingEdges uses optimized Y axis algorithm for Kokkos device 2021-01-07 13:46:42 -05:00
FlyingEdgesPass4Common.h Contour: Zero-init arrays in Flying Edges 2020-10-21 19:12:51 -04:00
FlyingEdgesPass4X.h update float casting to not have warnings on iris 2020-09-08 17:47:53 +00:00
FlyingEdgesPass4XWithNormals.h update float casting to not have warnings on iris 2020-09-08 17:47:53 +00:00
FlyingEdgesPass4Y.h FlyingEdges: Handle when pass 1 generates no intersections 2020-06-11 08:32:28 -04:00
FlyingEdgesTables.h Introduce FlyingEdges for 3d structured datasets 2020-03-25 08:23:10 -04:00
MarchingCells.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
MarchingCellTables.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00