Commit Graph

11229 Commits

Author SHA1 Message Date
Ben Boeckel
97e0024daf clang-tidy: fix modernize-use-override lints 2023-12-01 07:01:11 -05:00
Vicente Bolea
57bbe45fff Merge branch 'release-2.1' 2023-11-30 22:08:36 -05:00
Vicente Bolea
4e0eb57527 Merge topic 'fix-rocthrust-dep'
c9ec6ae6a kokkos: let link vtkm_cont to roc::rocthrust

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3160
2023-11-30 22:08:36 -05:00
Vicente Bolea
763293a97e Merge topic 'fix-rocthrust-dep' into release-2.1
c9ec6ae6a kokkos: let link vtkm_cont to roc::rocthrust

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3160
2023-11-30 22:08:36 -05:00
Vicente Adolfo Bolea Sanchez
c9ec6ae6a6 kokkos: let link vtkm_cont to roc::rocthrust
Also reorder the declarion of the option VTKm_ENABLE_KOKKOS_THRUST
to be set before calling VTKmDeviceAdapters.
2023-11-30 18:18:03 -05:00
Zhe Wang
82bf3d1afc Merge topic 'fix_ascent_warning'
418347819 fix ascent warning

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3159
2023-11-30 17:25:08 -05:00
Wang
418347819e fix ascent warning 2023-11-30 11:54:15 -05:00
Vicente Bolea
9a48174661 Merge branch 'release-2.1' 2023-11-29 21:29:20 -05:00
Vicente Bolea
4a62d88fc8 Merge topic 'update-to-2.1.0'
3563d9746 release: update version and License

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3158
2023-11-29 21:29:20 -05:00
Vicente Adolfo Bolea Sanchez
a057f62e75 2.1.0 is our 16th official release of VTK-m.
The major changes to VTK-m from (previous release) can be found in:
  docs/changelog/2.1/release-notes.md
2023-11-29 12:51:18 -05:00
Vicente Adolfo Bolea Sanchez
3563d97460 release: update version and License 2023-11-29 12:47:23 -05:00
Zhe Wang
01f21a59b8 Merge topic 'add_MergeDataSet_filter'
725407235 add merge data sets filter

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3148
2023-11-21 20:09:28 -05:00
Vicente Bolea
bdf8732c49 Merge topic 'fix-opensuse-build'
ca30daa90 ci,docker:  use ch3:sock backend in Opensuse MPICH

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3153
2023-11-21 17:22:27 -05:00
Vicente Adolfo Bolea Sanchez
ca30daa904 ci,docker: use ch3:sock backend in Opensuse MPICH 2023-11-21 15:54:19 -05:00
Wang
7254072357 add merge data sets filter 2023-11-21 15:31:59 -05:00
Kenneth Moreland
61bbd7876e Merge topic 'guide-using-part'
5b8c282e9 Continue transfer of Users' Guide text
7302372b4 Fix doxygen issues
3d3b66865 Add option to turn off Doxygen html

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3151
2023-11-21 14:16:52 -05:00
Kenneth Moreland
5b8c282e9f Continue transfer of Users' Guide text
These changes complete the using part of the guide.
2023-11-21 10:33:45 -07:00
Kenneth Moreland
7302372b48 Fix doxygen issues 2023-11-21 07:50:04 -07:00
Kenneth Moreland
3d3b66865f Add option to turn off Doxygen html
The Doxygen html generation takes a lot more time than the xml
generation. If all you want from Doxygen is the xml for the user's
guide, that can be frustrating. Add an option to turn off the xml.
2023-11-21 07:50:04 -07:00
Kenneth Moreland
7523f841b0 Merge topic 'avoid-fpe'
1b541bdd3 Avoid floating point exceptions in rendering code

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Manish Mathai <mmathai@uoregon.edu>
Merge-request: !3154
2023-11-21 08:59:51 -05:00
Kenneth Moreland
1b541bdd37 Avoid floating point exceptions in rendering code
There were some places in the rendering code where floating point
exceptions (FPE) could happen under certain circumstances. Often we do not
care about invalid floating point operation in rendering as they often
occur in degenerate cases that don't contribute anyway. However,
simulations that might include VTK-m might turn on FPE to check their own
operations. In such cases, we don't want errant rendering arithmetic
causing an exception and bringing down the whole code. Thus, we turn on FPE
in some of our test platforms and avoid such operations in general.
2023-11-20 14:21:38 -07:00
Vicente Bolea
fcca30b2e6 Merge topic 'opensuse-build-use-tcp'
3c5ff4f12 ci,opensuse: use mpich ofi:socket backend

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3108
2023-11-17 20:35:20 -05:00
Vicente Adolfo Bolea Sanchez
3c5ff4f12a ci,opensuse: use mpich ofi:socket backend 2023-11-17 19:47:10 -05:00
Vicente Bolea
dce2d41914 Merge topic 'update-newrelease'
d7656c029 update NewRelease.md.tmpl

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3141
2023-11-17 18:48:39 -05:00
Tushar Athawale
91ae0aa997 Merge topic 'isosurfaceUncertainty'
55a08d51b Isosurface Uncertainty Visualization Filter

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3078
2023-11-16 09:20:44 -05:00
Nrushad Joshi
55a08d51b7 Isosurface Uncertainty Visualization Filter 2023-11-15 21:04:37 -05:00
Jefferson Amstutz
f4c6394264 Merge topic 'anari-volume-type-fix'
7600675ca fix ANARI volume data type check

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3152
2023-11-14 09:14:02 -05:00
Jefferson Amstutz
7600675ca4 fix ANARI volume data type check 2023-11-13 14:56:13 -06:00
Kenneth Moreland
e27573cca9 Merge topic 'new-instance-variable-components'
4d02add0e Enable new instances of unknown arrays with dynamic sizes

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3150
2023-11-08 11:19:26 -05:00
Kenneth Moreland
4d02add0e0 Enable new instances of unknown arrays with dynamic sizes
`UnknownArrayHandle` allows you to create a new instance of a compatible
array so that when receiving an array of unknown type, a place to put the
output can be created. However, these methods only worked if the number of
components in each value could be determined statically at compile time.

However, there are some special `ArrayHandle`s that can define the number
of components at runtime. In this case, the `ArrayHandle` would throw an
exception if `NewInstanceBasic` or `NewInstanceFloatBasic` was called.

Although rare, this condition could happen when, for example, an array was
extracted from an `UnknownArrayHandle` with `ExtractArrayFromComponents` or
with `CastAndCallWithExtractedArray` and then the resulting array was
passed to a function with arrays passed with `UnknownArrayHandle` such as
`ArrayCopy`.
2023-11-07 16:59:25 -05:00
Jefferson Amstutz
b7125bd6fc Merge topic 'anari_sdk_compatibility'
c3489535a adjustments for upcoming ANARI-SDK changes

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3147
2023-11-03 10:36:40 -04:00
Jefferson Amstutz
c3489535af adjustments for upcoming ANARI-SDK changes 2023-11-01 20:39:48 -05:00
Sujin Philip
709961393f Merge topic 'fix-threshold-all-comps' into release-2.1
d825d2450 Add a regression test for issue #804
e0c5500a2 Simplify threshold worklet
6e1de4fa8 Fix threshold for any-point-all-components case

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3143
2023-10-30 12:32:59 -04:00
Sujin Philip
7c2a150c12 Merge branch 'release-2.1' 2023-10-30 12:32:59 -04:00
Sujin Philip
4eb5da26fa Merge topic 'fix-threshold-all-comps'
d825d2450 Add a regression test for issue #804
e0c5500a2 Simplify threshold worklet
6e1de4fa8 Fix threshold for any-point-all-components case

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !3143
2023-10-30 12:32:59 -04:00
Dan Lipsa
97dfaf183a Merge topic 'external_vtk'
2fb446a4b Add INSTALL_RPATH to solve reference to library not found

Acked-by: Kitware Robot <kwrobot@kitware.com>
Reviewed-by: Ben Boeckel <ben.boeckel@kitware.com>
Merge-request: !3144
2023-10-30 10:03:56 -04:00
Sujin Philip
d825d2450e Add a regression test for issue #804 2023-10-26 10:09:03 -04:00
Kenneth Moreland
8297109a01 Merge topic 'user-guide-todos'
39aa256bb docs: edit .readthedocs.yaml
b261d2387 Allow turning off todo notes in user's guide

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !3145
2023-10-24 18:09:34 -04:00
Vicente Adolfo Bolea Sanchez
39aa256bb0 docs: edit .readthedocs.yaml 2023-10-24 10:35:06 -04:00
Sujin Philip
e0c5500a22 Simplify threshold worklet
Removes code that is no longer used.
2023-10-24 08:43:53 -04:00
Kenneth Moreland
b261d23876 Allow turning off todo notes in user's guide 2023-10-24 15:47:17 +11:00
Vicente Adolfo Bolea Sanchez
e2e5abad79 docs: edit .readthedocs.yaml 2023-10-23 20:04:00 -04:00
Vicente Adolfo Bolea Sanchez
9de0ee3429 docs: edit .readthedocs.yaml 2023-10-23 19:25:02 -04:00
Vicente Adolfo Bolea Sanchez
cee2c6e2cb docs: edit .readthedocs.yaml 2023-10-23 19:17:52 -04:00
Dan Lipsa
2fb446a4b9 Add INSTALL_RPATH to solve reference to library not found 2023-10-23 19:14:50 -04:00
Vicente Adolfo Bolea Sanchez
d0c1ed6d72 docs: edit .readthedocs.yaml 2023-10-23 19:04:15 -04:00
Vicente Adolfo Bolea Sanchez
2d9fea1902 docs: edit .readthedocs.yaml 2023-10-23 18:49:38 -04:00
Sujin Philip
6e1de4fa8f Fix threshold for any-point-all-components case
Threshold was producing wrong results with options `SetAllInRange(false)` and
`SetComponentToTestToAll` because the logic of running
`worklet::Threshold::RunIncremental` on individual components of the input
field and combining the results is incorrect for this case.

With this fix, component modes 'Any' and 'All' are handled by applying
the threshold criteria to each component of each value of the field,
combining the results, and running the threshold worklet on the result
array.
2023-10-23 11:23:30 -04:00
Vicente Adolfo Bolea Sanchez
43a6c1d110 docs: edit .readthedocs.yaml 2023-10-20 19:06:23 -04:00
Vicente Adolfo Bolea Sanchez
dcfedd023d docs: edit .readthedocs.yaml 2023-10-20 18:53:38 -04:00