vtk-m/examples
Kenneth Moreland 5fa02057ae Rely less on overload resolution for ApplyPolicy
Previously, all the ApplyPolicy functions had the same name and used
template resolution to figure out which one to use. This was pretty
clear at first when there was just one for fields and one for cell sets.
But then it grew to several different types, particularly for fields. It
was hard to look at the code and figure out which form of ApplyPolicy
was being used, and compilers were starting to get confused.

Resolve the problem by giving all the methods unique names to make it
clear which one you expect to be called.
2019-09-09 16:08:11 -06:00
..
clipping Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
contour_tree Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
contour_tree_augmented Update examples and benchmarks to use new VTK-m CMake helper function 2019-07-09 13:32:23 -04:00
cosmotools Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
demo Merge topic 'opt_into_all_cmake_315_policies' 2019-08-21 08:18:19 -04:00
game_of_life Rely less on overload resolution for ApplyPolicy 2019-09-09 16:08:11 -06:00
hello_worklet Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
histogram MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
lagrangian Examples now compile when CUDA is enabled. 2019-08-23 11:11:39 -04:00
lagrangian_structures Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
mesh_quality DataSetBuilders don't require a cellset name 2019-09-02 09:05:56 -04:00
multi_backend MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
oscillator Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
particle_advection Add example data file. 2019-08-28 11:14:30 -04:00
polyline_archimedean_helix Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
redistribute_points MultiBlock renamed to PartitionedDataSet 2019-09-03 12:42:23 -04:00
temporal_advection Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
tetrahedra Opt into all CMake 3.15 policies 2019-08-20 15:38:27 -04:00
CMakeLists.txt Remove streamline example 2019-08-07 09:14:00 -06:00