vtk-m/examples
Kenneth Moreland 72cd0107ee Deprecate Execute with policy
The version of `Filter::Execute` that takes a policy as an argument is now
deprecated. Filters are now able to specify their own fields and types,
which is often why you want to customize the policy for an execution. The
other reason is that you are compiling VTK-m into some other source that
uses a particular types of storage. However, there is now a mechanism in
the CMake configuration to allow you to provide a header that customizes
the "default" types used in filters. This is a much more convenient way to
compile filters for specific types.

One thing that filters were not able to do was to customize what cell sets
they allowed using. This allows filters to self-select what types of cell
sets they support (beyond simply just structured or unstructured). To
support this, the lists `SupportedCellSets`, `SupportedStructuredCellSets`,
and `SupportedUnstructuredCellSets` have been added to `Filter`. When you
apply a policy to a cell set, you now have to also provide the filter.
2020-05-18 12:38:41 -06:00
..
clipping Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
contour_tree Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
contour_tree_augmented Fix conversion warnings in benchmarks and examples 2020-05-14 17:16:19 -06:00
cosmotools Correct implicit signed conversion warnings 2020-05-12 09:38:18 -04:00
demo Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
game_of_life Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
hello_worklet Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
histogram Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
lagrangian Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
lagrangian_structures Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
mesh_quality Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
multi_backend Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
oscillator Update cmake minimum required version to 3.12 2020-04-13 12:42:28 -05:00
particle_advection Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
polyline_archimedean_helix Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
redistribute_points Deprecate Execute with policy 2020-05-18 12:38:41 -06:00
temporal_advection Fix TemporalAdvection example by removing call to .Set on a ReadPortal(). 2020-05-05 10:23:16 -04:00
tetrahedra Remove deprecation warnings throughout the project. 2020-04-30 08:12:04 -04:00
CMakeLists.txt Remove streamline example 2019-08-07 09:14:00 -06:00