vtk-m/examples/contour_tree_distributed
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
..
BranchCompilerApp.cxx Update includes for distributed contour tree app to filter refactor 2022-07-08 15:36:33 -07:00
CMakeLists.txt Add module mechanism 2022-10-26 12:51:05 -06:00
ContourTreeApp.cxx Eliminate need for SpatialDecomposition in contour tree filters. 2022-08-02 20:01:41 -07:00
hact_test_branch_decomposition.sh Add unit tests and refactor based on merge request discussion 2022-06-06 19:57:13 -07:00
hact_test_volume.sh Make volume metric data filter output and print tree in app; general clean up 2021-10-20 14:46:24 -07:00
hact_test.sh Clean up test script 2021-10-20 14:46:24 -07:00
split_data_2d.py Fix NumPy deprecation warning in helper script 2021-06-28 15:44:42 -07:00
split_data_3d.py Added verification code to test results of contour tree app. 2021-10-20 14:46:24 -07:00
testrun_branch_decomposition.sh Implement branch decomposition for hierarchical contour tree 2022-06-06 19:57:13 -07:00
testrun_volume.sh Added scripts to test volume computation 2021-10-20 14:46:24 -07:00
testrun.sh Save block extents and block index to files and read them instead of approximating them 2020-12-02 14:29:13 -08:00
TreeCompilerApp.cxx Update includes for distributed contour tree app to filter refactor 2022-07-08 15:36:33 -07:00