vtk-m/examples
Kenneth Moreland cd8b41f478 Fix type conversion warnings
Make the types consistent in an std::accumulate call. Previously it was
taking vtkm::Id values, multiplying them as std::size_t, and then
storing them in an int. Now, the std::accumulate does everything as a
vtkm::Id and at the end converts the result to an std::size_t.
2018-10-05 09:08:19 -06:00
..
clipping Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
contour_tree Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
contour_tree_augmented Fix type conversion warnings 2018-10-05 09:08:19 -06:00
cosmotools Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
demo Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
dynamic_dispatcher Change function signatures to use 'using' aliases. 2018-05-25 17:18:41 -04:00
game_of_life Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
hello_world Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
histogram Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
isosurface Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
lagrangian Use vtkm::Math functions in ABCField. 2018-08-24 08:28:12 -04:00
multi_backend Make DispatcherBase invoke using a TryExecute 2018-08-29 19:18:54 -07:00
oscillator Add header file for std::isstype 2018-07-26 16:33:16 -06:00
particle_advection Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
redistribute_points Update RedistributePoints to use the new serialization methods 2018-09-25 13:58:39 -04:00
rendering Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
streamline Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
tau_timing Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
temporal_advection Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
tetrahedra Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
unified_memory Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
CMakeLists.txt Rename PPP2 to Augmented. 2018-09-26 10:48:37 -07:00