vtk-m/examples
Kenneth Moreland ad1e7b5bdb Add module mechanism
This mechanism sets up CMake variables that allow a user to select which
modules/libraries to create. Dependencies will be tracked down to ensure
that all of a module's dependencies are also enabled.

The modules are also arranged into groups.
Groups allow you to set the enable flag for a group of modules at once.
Thus, if you have several modules that are likely to be used together,
you can create a group for them.

This can be handy in converting user-friendly CMake options (such as
`VTKm_ENABLE_RENDERING`) to the modules that enable that by pointing to
the appropriate group.
2022-10-26 12:51:05 -06:00
..
clipping Add module mechanism 2022-10-26 12:51:05 -06:00
contour_tree Add module mechanism 2022-10-26 12:51:05 -06:00
contour_tree_augmented Add module mechanism 2022-10-26 12:51:05 -06:00
contour_tree_distributed Add module mechanism 2022-10-26 12:51:05 -06:00
cosmotools Add module mechanism 2022-10-26 12:51:05 -06:00
demo Add module mechanism 2022-10-26 12:51:05 -06:00
game_of_life Deprecate old filter base classes and supporting classes 2022-09-27 06:52:44 -06:00
hello_worklet Add module mechanism 2022-10-26 12:51:05 -06:00
histogram Add module mechanism 2022-10-26 12:51:05 -06:00
ising Add module mechanism 2022-10-26 12:51:05 -06:00
lagrangian Add module mechanism 2022-10-26 12:51:05 -06:00
lagrangian_structures Remove DataSetFieldAdd from examples as well. 2020-05-27 16:26:11 -04:00
logistic_map Add module mechanism 2022-10-26 12:51:05 -06:00
mesh_quality Add module mechanism 2022-10-26 12:51:05 -06:00
multi_backend Add module mechanism 2022-10-26 12:51:05 -06:00
oscillator Add module mechanism 2022-10-26 12:51:05 -06:00
particle_advection Add module mechanism 2022-10-26 12:51:05 -06:00
polyline_archimedean_helix Add module mechanism 2022-10-26 12:51:05 -06:00
redistribute_points Add module mechanism 2022-10-26 12:51:05 -06:00
smoke_test Add module mechanism 2022-10-26 12:51:05 -06:00
streamline_mpi Add module mechanism 2022-10-26 12:51:05 -06:00
temporal_advection Add module mechanism 2022-10-26 12:51:05 -06:00
tetrahedra Add module mechanism 2022-10-26 12:51:05 -06:00
CMakeLists.txt CTEST: add smoke test 2022-02-12 00:16:30 +00:00