vtk-m/examples/contour_tree_augmented
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
..
CMakeLists.txt Add BRACT for distributed contour tree computation 2020-06-12 11:50:01 -06:00
ContourTreeApp.cxx Eliminate need for SpatialDecomposition in contour tree filters. 2022-08-02 20:01:41 -07:00