vtk-m/examples
Kenneth Moreland 01a9e85416 Change WorkletPointNeighborhood to specify neighborhood at runtime
Previously, WorkletPointNeighborhood had a template argument to select
the size of the neighborhood. This change removes that template
argument. Instead, the vtkm::exec::arg::BoundaryState methods now take
in a size parameter when determining when it overlaps the boundary.

If in the future we want to add the ability to select the neighborhood
size at compile-time (for performance reasons), I suggest adding this
template argument to the OnBoundary tag for ExecutionSignature.
2018-12-03 12:45:23 -07:00
..
clipping Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
contour_tree Use CMake to automatically set policies to NEW. 2018-06-19 16:12:48 -04:00
contour_tree_augmented Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
cosmotools Fix the CosmoTools examples 2018-11-27 10:56:00 -07: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 Change WorkletPointNeighborhood to specify neighborhood at runtime 2018-12-03 12:45:23 -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 Remove TryExecute from filters 2018-10-16 15:59:53 -06:00
oscillator Add header file for std::isstype 2018-07-26 16:33:16 -06:00
particle_advection Remove TryExecute from filters 2018-10-16 15:59:53 -06: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 Remove TryExecute from filters 2018-10-16 15:59:53 -06: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