vtk-m/examples/contour_tree_distributed
Gunther H. Weber cd3fe3d47d Eliminate need for SpatialDecomposition in contour tree filters.
This commit address issue #713 and removes the need to pass information
about the spatial decomposition (block origins, block sizes, block index
and blocks per dimension) to the contour tree filter. Block origin
information is added to CellSetStructured (as GlobalPointSize) and the
distributed contour tree filter will get this information from
CellSetStructured instead of expecting it as parameters to the
constructor. Information about blocks per dimension and block indices
are computed from the information in CellSetStructure albeit requiring
global communication across all ranks. To avoid this communication cost,
the caller of the filter may explicitly specify this information via the
SetBlockIndices() method.
2022-08-02 20:01:41 -07:00
..
BranchCompilerApp.cxx Update includes for distributed contour tree app to filter refactor 2022-07-08 15:36:33 -07:00
CMakeLists.txt Implement branch decomposition for hierarchical contour tree 2022-06-06 19:57:13 -07: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