vtk-m2/vtkm/worklet/contourtree_distributed
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
..
boundary_tree_maker Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
hierarchical_contour_tree Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
tree_grafter Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
BoundaryTree.h Fix comments in BoundaryTree class 2020-12-02 14:29:15 -08:00
BoundaryTreeMaker.h Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
CMakeLists.txt Fix header list in contourtree_distributed/CMakeLists.txt to pass install test 2020-12-02 14:29:12 -08:00
ComputeDistributedContourTreeFunctor.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
ContourTreeBlockData.h Removed commented ContourTreeBlockData.SortOrder 2020-12-02 14:29:17 -08:00
DistributedContourTreeBlockData.h Add DIY-related comments to DistributedContourTreeBlockData 2020-12-02 14:29:17 -08:00
HierarchicalContourTree.h Use CopySubRange to ensure arrays are not being shrunk 2020-12-02 14:30:23 -08:00
InteriorForest.h Renamed Bract to BoundaryTree throughout 2020-12-02 14:29:18 -08:00
MergeBlockFunctor.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
MultiBlockContourTreeHelper.h Ported distributed contour tree prototype to vtk-m 2020-12-02 14:29:11 -08:00
PrintGraph.h Fix another warning about types. 2020-12-02 14:29:17 -08:00
SpatialDecomposition.h Ported distributed contour tree prototype to vtk-m 2020-12-02 14:29:11 -08:00
TreeCompiler.h Remove the use of ResetTypes for ArrayCopy 2021-02-02 17:34:08 -07:00
TreeGrafter.h Revert back from ResizeVector to Allocate but setting vtkm::CopyFlag::On 2020-12-02 14:30:24 -08:00