- 13 Apr, 2021 9 commits
-
-
82361fc4 Better message on failure for DifferenceOfProducts. 384fea5c Make sure arguments are placed in correct order. cddb6f7b Do not flush the stream when you're just going to convert it to string. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2474
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
794872eb Fix error in unit test. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2472
-
Nick Thompson authored
-
021c3ff8 Print additional information on failure to facilitate debugging. 36b8c0d2 Merge branch 'speed_up_tests' of gitlab.kitware.com:NAThompson/vtk-m into speed_up_tests 9d6b7327 Use better variable names. 4133e40c Remove printing of expected errors. eb760e04 Revert removal of print statements. e7c075b5 Remove unused variable. cb83b817 Save another 10 seconds. b0c2bc9d Ignore computationTime. ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2465
-
148cad2c Merge branch 'master' into particle_density 7bebc1c4 Disable passing input scalar field Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@acm.org> Merge-request: !2471
-
Nick Thompson authored
-
- 12 Apr, 2021 31 commits
-
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
Kenneth Moreland authored
-
Kenneth Moreland authored
The both the underlying `UnknownArrayHandle` and `ArrayHandleVirtual` handle `ArrayHandleCast` specially. This caused problems when passing an `ArrayHandleCast` to `VariantArrayHandle::AsVirtual`. Solve the problem by stripping out the cast storage tags and letting these classes handle it internally. It's annoying to have to fix a problem in a method of a deprecated class that returns another class that is deprecated for a different reason. No one should really be running this.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
`UnknownArrayHandle` treats a `ArrayHandleCast` and `ArrayHandleMultiplexer` special. When you put one of these arrays in an `UnknownArrayHandle`, it takes the original array out and stores it. If you try to take an array of that type out, it will again do the proper conversion. The only problem is that if you use `IsType`, the result can be unexpected. This is what happened with `CastAndCall`, which was using `IsType` internally. Changed that to `CanConvert` to properly get the array handle out.
-
Kenneth Moreland authored
`VaraintArrayHandle` has been replaced by `UnknownArrayHandle` and `UncertainArrayHandle`. Officially make it deprecated and point users to the new implementations.
-
Nick Thompson authored
-
Nick Thompson authored
-
Nick Thompson authored
-
ff4ad96e Do not print extra information on Kokkos and CUDA. 321571fa Make sure operator precedence is correct over macro invocation. 94a32bf6 Improve code in response to review. 568c0b5d Small formatting changes. a8e25da0 Add __func__ to unit test metadata printed on failure. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@acm.org> Merge-request: !2469
-
Li-Ta Lo authored
-
ff84915b Merge branch 'upstream-diy' into fix-use-c++14-in-every-target 89b6f210 diy 2021-04-12 (bc7dcda5) f60a45bc Enforce C++14 in the whole project Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@acm.org> Merge-request: !2466
-
Li-Ta Lo authored
Inherit from FilterDataSetWithField and implemented a trivial DoMapField whcih just return fales.
-
Nick Thompson authored
-
Nick Thompson authored
-
Vicente Bolea authored
# By Diy Upstream * upstream-diy: diy 2021-04-12 (bc7dcda5)
-
Code extracted from: https://gitlab.kitware.com/third-party/diy2.git at commit bc7dcda5ec2c6e15fd3bd8c57389adc6613c2595 (for/vtk-m-20210412-master).
-
Nick Thompson authored
-