Commit Graph

19 Commits

Author SHA1 Message Date
Oliver Ruebel
da4b56d8e5 Fix ReadPortal access in HierarchicalContourTree::SuperString 2020-12-02 14:29:13 -08:00
Oliver Ruebel
cf333de8d8 Move VTKM_CONT labels for HierarchicalContourTree CUDA built 2020-12-02 14:29:13 -08:00
Gunther H. Weber
e47ef57111 Added missing include needed due to DO: reformat 2020-12-02 14:29:13 -08:00
Gunther H. Weber
5dc26391c0 Eliminted TABs 2020-12-02 14:29:13 -08:00
Gunther H. Weber
9335be8efc Fix header list in contourtree_distributed/CMakeLists.txt to pass install test 2020-12-02 14:29:12 -08:00
Gunther H. Weber
8b21a8e07d Add test scripts to run tests via example application. 2020-12-02 14:29:12 -08:00
Gunther H. Weber
7a77b1ad89 Added serial (via DIY) unit test for distributed contour tree filter. 2020-12-02 14:29:12 -08:00
Gunther H. Weber
9b7fae29b7 Use ArrayHandleMultiplexer instead of deprecated ArrayHandleVirtual 2020-12-02 14:29:12 -08:00
Gunther H. Weber
7e4c8f8c48 Commented out lines to fix unused variable compiler warnings 2020-12-02 14:29:12 -08:00
Gunther H. Weber
7661b17e5b Return fields required by TreeCompiler as vtk-m data set from filter. 2020-12-02 14:29:12 -08:00
Oliver Ruebel
c4de6ba6e0 Fix copy predictate for compressing arcs and fix init of arrays for FindCriticalPoints 2020-12-02 14:29:12 -08:00
Oliver Ruebel
7d1d9aa99f Remove extra build guards for DebugPrint 2020-12-02 14:29:12 -08:00
Oliver Ruebel
d78aa95c4a Change FieldIn to FieldInOut to prevent overwrite of preinit values 2020-12-02 14:29:12 -08:00
Oliver Ruebel
eb616dbbab Use FieldInOut instead of FieldIn to prevent overwrite of pre-initalized values 2020-12-02 14:29:11 -08:00
Gunther H. Weber
f433790a17 Ported distributed contour tree prototype to vtk-m 2020-12-02 14:29:11 -08:00
Gunther H. Weber
edd71539c9 Fix compile error due to renamed includes 2020-09-17 05:39:14 -07:00
Gunther H. Weber
991f7a85ad Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
Kitware Robot
cf0cdcf7d1 clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Oliver Ruebel
66c96a983f Add BRACT for distributed contour tree computation
This merge request is Phase 1 of several to implement the distributed parallel
contour tree in VTKm. This merge requests adds the base outline for the
algorithm. The implementation of the details of the algorithm in the
BoundaryRestrictedAugmentedContourTree.h is currently still missing.
However, these will require a substantial (~3000) lines of additional code.
The goal is to stage the integration process across merge requests to make
the review process simpler.
2020-06-12 11:50:01 -06:00