Commit Graph

9490 Commits

Author SHA1 Message Date
Vicente Adolfo Bolea Sanchez
199dcc1f0b Merge commit '04c43e4c5' into update-to-v1.7.0-rc1
* commit '04c43e4c5': (376 commits)
  Batch line and text annotations for View1D
  Update code to follow styling and worklet invoker guidelines
  CI: move from only to rules
  CI: fix dependencies in CI jobs
  CI: adjust parallel param hip build
  Adding changelog for cell centered velocities
  added changelog
  Removing unnecessary header
  Updating particle advection filters to use field associativity
  minor fix
  make most of the vtkm_io library not DEVICE_SOURCE
  fixed single/double precision converstion
  add include sstream and see if it clears the dashboard
  remove comment about DeviceAdapter.h
  include DeviceAdapter.h in StorageVirtual.h
  CI: add HIP builing build
  add missing #include
  decouple Timer.h from device compiler
  do not use device compiler to compile source unit tests
  Fix dropped UnknownArrayHandle symbols
  ...
2021-10-21 13:08:08 -04:00
Kenneth Moreland
4d8775ca46 Merge topic 'reproduce-ci-fix'
475261370 Fix newline issue in reproduce_ci_env.py

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2606
2021-10-21 08:34:26 -04:00
Gunther H. Weber
cc7c3b5a44 Revise TODO/FIXME comments 2021-10-20 15:17:26 -07:00
Gunther H. Weber
c584364122 Finish and clean-up unit test of HierarchicalHyperSweeper 2021-10-20 14:46:25 -07:00
Gunther H. Weber
b3582b9b48 Disable debug print of combined block IDs 2021-10-20 14:46:25 -07:00
Oliver Ruebel
15934cd621 Clear all swap data for hierarchical augmenter 2021-10-20 14:46:25 -07:00
Oliver Ruebel
9a9b7a6ec0 Fix bug in PrepareAugmentedTree and add DebugSave 2021-10-20 14:46:25 -07:00
Oliver Ruebel
1a16049c78 Add missing include for Types in Branch.h 2021-10-20 14:46:25 -07:00
Oliver Ruebel
61a86973d0 Update comparator based on latests fixes 2021-10-20 14:46:25 -07:00
Gunther H. Weber
7411f85213 Re-enable unit test for combining meshes 2021-10-20 14:46:25 -07:00
Gunther H. Weber
a81c5ca862 Open files with test data in binary mode 2021-10-20 14:46:25 -07:00
Gunther H. Weber
0d2036a1ee Change vtkmdiyLocalBlockGids to std::vector<int> to avoid warning 2021-10-20 14:46:25 -07:00
Gunther H. Weber
5cb2f0bf1a Slight refactoring to avoid warning 2021-10-20 14:46:25 -07:00
Gunther H. Weber
6aed5b376a Fix CUDA test crash 2021-10-20 14:46:24 -07:00
Gunther H. Weber
2b6fd71c5b Make volume metric data filter output and print tree in app; general clean up 2021-10-20 14:46:24 -07:00
Gunther H. Weber
6cd7e0894d Explictly cast data value tyoe to avoid warning 2021-10-20 14:46:24 -07:00
Gunther H. Weber
57a27225c5 Fix incorrect function method modifier 2021-10-20 14:46:24 -07:00
Gunther H. Weber
d767cb5b22 Clean up debug output 2021-10-20 14:46:24 -07:00
Gunther H. Weber
cb541051c7 Add missing files to CMakeLists.txt 2021-10-20 14:46:24 -07:00
Gunther H. Weber
c677e31286 Fix compile warning on GitLab dashboard 2021-10-20 14:46:24 -07:00
Gunther H. Weber
fd91947fb8 Added scripts to test volume computation 2021-10-20 14:46:24 -07:00
Gunther H. Weber
5ad51b5289 Clean up test script 2021-10-20 14:46:24 -07:00
Gunther H. Weber
264011ec1f Fix incorrect filename in CMakeLists.txt 2021-10-20 14:46:24 -07:00
Gunther H. Weber
1163cfa563 Fix crash caused by AttachmentSuperparentAndIndexComparator.h 2021-10-20 14:46:24 -07:00
Gunther H. Weber
f22af2d1c3 Add missing IdRelabeler. include to GetOwnedVerticesByGlobalIdWorklet.h 2021-10-20 14:46:24 -07:00
Gunther H. Weber
17a8cf16a2 Added verification code to test results of contour tree app. 2021-10-20 14:46:24 -07:00
Oliver Ruebel
6849c6015d Fix crash in sort due to bad AttachmentSuperparentAndIndexComparator 2021-10-20 14:46:24 -07:00
Oliver Ruebel
bfffff9b20 Fix bug in HierarchicalHyperSweeper call to TransferWeightsUpdateLHEWorklet 2021-10-20 14:46:24 -07:00
Oliver Ruebel
7c784c3651 Fix input for HyperSweepBlock 2021-10-20 14:46:24 -07:00
Gunther H. Weber
db2d5afb30 Added more debug output 2021-10-20 14:46:23 -07:00
Gunther H. Weber
d77d4dd7d8 Clean-up (mostly debug output) 2021-10-20 14:46:23 -07:00
Oliver Ruebel
c48f707bdd Fix bug in TreeGrafter::CopyIterationDetails
Fix bug in TreeGrafter::CopyIterationDetails to set last FirstSupernodePerIteration
2021-10-20 14:46:23 -07:00
Oliver Ruebel
d23560edd2 Execute HyperSweeper only if tree is augmented 2021-10-20 14:46:23 -07:00
Oliver Ruebel
b2d43aadc6 use augmented hierarchical tree for output if available 2021-10-20 14:46:23 -07:00
Oliver Ruebel
a20ffd3d7c Use augmented HierarchicalContourTree in the HyperSweeper 2021-10-20 14:46:23 -07:00
Gunther H. Weber
542d0a5a46 Added hyper-sweeeper calls to contour tree uniform distributed filter 2021-10-20 14:46:23 -07:00
Gunther H. Weber
17f5ead924 Moved hypersweep block and functor classes into separate files 2021-10-20 14:46:23 -07:00
Gunther H. Weber
331e63fed4 Added missing LoadArrays include. 2021-10-20 14:46:23 -07:00
Gunther H. Weber
3cf68a512e Start creating test for HierarchicalHyperSweeper and fix various bugs in it 2021-10-20 14:46:23 -07:00
Oliver Ruebel
45a3570270 Fix bad array resize in HierarchicalAugmenter
Fix bad array resize in HierarchicalAugmenter to do true resize to preserve values and initalize arrays, not just allocate
Fix bad array resize in HierarchicalAugmenter::RetrieveInAttachmentPoints to do a true resize to preserve values and initalize arrays, not just allocate
2021-10-20 14:46:23 -07:00
Oliver Ruebel
77276f2847 Moved ResizeVector funtion from TreeGrafter to Types so that we can reuse it 2021-10-20 14:46:23 -07:00
Oliver Ruebel
3a48f4a8e0 Add missing array init in HierarchicalAugmenter.CopyBaseRegularStrucutre 2021-10-20 14:46:23 -07:00
Oliver Ruebel
0176f72dac Fix missing array resize in HierarchicalAugmenter::RetrieveOldSupernodes 2021-10-20 14:46:23 -07:00
Oliver Ruebel
e2423a2924 Fix array init in HierarchicalAugmenter.ResizeArrays 2021-10-20 14:46:23 -07:00
Oliver Ruebel
4bcdc66633 Specialze PrintDataType to correctly print id ArrayHandles 2021-10-20 14:46:23 -07:00
Oliver Ruebel
4c7eb4045c Fix bad array size in HierarchicalAugmenter.RetrieveOldSupernodes 2021-10-20 14:46:22 -07:00
Oliver Ruebel
51a7304318 Fix bad initalize of Superparents in HierarchicalAugmenter 2021-10-20 14:46:22 -07:00
Oliver Ruebel
d86284de5a Fix bad DIY send check in HierarchicalAugmenterFunctor 2021-10-20 14:46:22 -07:00
Oliver Ruebel
f0b03ba4b8 Clarify log message in ComputeDistributedContourTreeFunctor.h 2021-10-20 14:46:22 -07:00
Oliver Ruebel
c61379caf3 Fix HierarchicalAugmenter.DebugPrint 2021-10-20 14:46:22 -07:00