- May 07, 2024
-
-
c0ae1754 test(HTGGhostCells): update test with new random source masks 6d4eef7a test(RandomHTGSource): update test baseline. eaf6300e fix(RandomHTGSource): make the distribution more appealing with large masks. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Acked-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Merge-request: !11080
-
Kitware Robot authored
-
- May 06, 2024
-
-
-
-
-
75a2a511 vtkXMLCompositeDataWriter: make MakeDirectory() virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11106
-
75a2a511 vtkXMLCompositeDataWriter: make MakeDirectory() virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11106
-
75a2a511 vtkXMLCompositeDataWriter: make MakeDirectory() virtual Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11106
-
7a138f58 CTestCustom: add more exclusions for CI 4f457e0e Testing/External: apply standard VTK warning flags Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Merge-request: !11071
-
19aca4cf Add missing Serialization directory in doc_makeall.cmake Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Cory Quammen <cory.quammen@kitware.com> Merge-request: !11109
-
3d60e9c4 Inconsistency signature of vtkHDF5Helper::GroupExists Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Lucas Givord <lucas.givord@kitware.com> Merge-request: !11105
-
Loïc Gaillard authored
-
Loïc Gaillard authored
The baseline were outdated due to the changes in the RandomHTGSource masking algorithm.
-
Loïc Gaillard authored
This brings a distribution that favorizes the unmasking of the small cells. The old one led to having only very large cells unmasked with a MaskedFraction > 0.5. To do this we added multiple shuffles to remove the biais on our algorithm, which tends to mask the first trees it processes. We also used the level of the node to ponderate weither or not it should be masked, the deeper the node is (the smaller it is), the less the chances are of it to being masked. Also we had to change the seed depending on the piece to avoid having observable structures repeating in distributed mode.
-
Kitware Robot authored
-
- May 05, 2024
-
-
85c98747 Add resetCamera method in vtkWasmSceneManager Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Sebastien Jourdain <sebastien.jourdain@kitware.com> Merge-request: !11110
-
Kitware Robot authored
-
- May 04, 2024
-
-
Ben Boeckel authored
Not sure why they keep happening.
-
Ben Boeckel authored
-
Kitware Robot authored
-
- May 03, 2024
-
-
-
Jaswant Panchumarti (Kitware) authored
-
33928a34 Add again generate_ids.htg testing data 612b412c Remove generate_ids.htg testing data b87894f7 Fix vtkHyperTreeGridGeometry filter attributes copy flags 6e45f3ac Add release note for HTG support in data generation filters d1379c4e Add vtkHyperTreeGridGenerateGlobalIds filter 0c41a456 Add vtkRemoveGhostCells filter 64b2e9e6 Add vtkHyperTreeGridGenerateProcessIds filter c14452a0 Add HTG support to vtkGenerateIds filter ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Louis Gombert <louis.gombert@kitware.com> Reviewed-by:
Loïc Gaillard <loic.gaillard@kitware.com> Merge-request: !11033
-
Kitware Robot authored
-
- May 02, 2024
-
-
Cory Quammen authored
Make it virtual and override it in vtkXMLPMultiBlockDataWriter so that only rank 0 tries to create the directory where pieces are written.
-
Vincent Le Garrec authored
-
b32f374d vtkStructuredDataPlaneCutter: Fix scalars processing with many components Acked-by:
Kitware Robot <kwrobot@kitware.com> Tested-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Mathieu Westphal (Kitware) <mathieu.westphal@kitware.com> Reviewed-by:
Spiros Tsalikis <spiros.tsalikis@kitware.com> Merge-request: !11100
-
-
11f3d403 ExternalCamera: Synchronize parameters with view transform Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Dan Lipsa <dan.lipsa@kitware.com> Merge-request: !11059
-
Thomas Galland authored
-
Thomas Galland authored
-
Thomas Galland authored
vtkHyperTreeGridGeometry now correctly copies all attributes of input HTG, e.g. GlobalIds.
-
Thomas Galland authored
-
Thomas Galland authored
Add the vtkHyperTreeGridGenerateGlobalIds filter adding support of HTGs for global IDs generation.
-
Thomas Galland authored
Add the vtkRemoveGhostCells filter to remove ghost cells and ghost array of the input HTG. Also update the `ghost.htg` testing data, that has been generated with previous version of HTG ghost cell generator. It appears that this version was generating cells with undefined ghost / mask information (visible when removing ghost cells). The new data has been generated with the new version and do not have this issue.
-
Thomas Galland authored
We choose to not deprecate existing vtkGenerateProcessIds filter (needed to change inheritance) because it requires to rename it. Keeping `vtkDataSetAlgorithm` inheritance and support HTG at the same time is not really clean as well. So we choose to create a dedicated HTG filter.
-
Thomas Galland authored
Add a new vtkGenerateIds filter that correspond to the former vtkIdFilters with HTG support. Deprecate vtkIdFilters since we need to change inheritance.
-
Thomas Galland authored
vtkRandomAttributeGenerator now supports HTG instances as input.
-
a3798b0b Test: Comment out GetSingleThread to fix TestSMP for now Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
buildbot <buildbot@kitware.com> Reviewed-by:
Charles Gueunet <charles.gueunet@kitware.com> Merge-request: !11102
-
Kitware Robot authored
-