Commit Graph

10256 Commits

Author SHA1 Message Date
Kenneth Moreland
3656cbe584 Merge topic 'probe-typo'
e0a1621a3 Correct typos in deprecated Probe header

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Li-Ta Lo <ollie@lanl.gov>
Merge-request: !2826
2022-07-26 14:01:06 -04:00
Dave Pugmire
5a3e871e57 Replace cuda compiler info for advection 2022-07-26 13:49:42 -04:00
Kenneth Moreland
e0a1621a33 Correct typos in deprecated Probe header
When the `Probe` filter was moved to the new filter superclasses, there
were some mistakes in the deprecated header. First, the pathname in an
include was incorrect. Second, the header guard for the moved header was
not updated to be unique from the deprecated header.
2022-07-26 09:43:43 -06:00
Dave Pugmire
5e45d4c8b7 Move Lagrangian into common lib 2022-07-25 15:44:44 -04:00
Dave Pugmire
fab1b93628 Bug fix for threaded algorithm. Init counter. 2022-07-25 15:33:46 -04:00
Dave Pugmire
0b2fdea810 Fixes for Lagrangian 2022-07-25 13:34:32 -04:00
Kenneth Moreland
3ec9fc8580 Fix issue with Variant::CastAndCall with non-const reference
There was a typo in the declaration of the `CastAndCall` for a non-const
`Variant`. When determining the `noexcept` status of the function being
called, it was passing in a const reference instead of a regular
reference, which is what is actually passed to the function. This
potentially causes the function call to not match and fail to compile.
2022-07-25 10:07:22 -06:00
Dave Pugmire
ed9f6fd4a7 Remove debugging code. 2022-07-25 11:55:36 -04:00
Dave Pugmire
d2aacfc07e Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into remove_templates_from_streamline_filters 2022-07-25 11:52:45 -04:00
Dave Pugmire
f798d2470d comment out CastAndCall for now. 2022-07-25 11:39:52 -04:00
Dave Pugmire
ecb3e1e459 more code cleanup. 2022-07-25 11:16:47 -04:00
Li-Ta Lo
9cbf9719a9 lower case InvalidValue 2022-07-25 11:06:35 -04:00
Li-Ta Lo
b44b30ddb2 Merge topic 'restore_graph_connectivity_test'
dd4051d40 retore unit test for graph connectivityu

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <morelandkd@ornl.gov>
Merge-request: !2822
2022-07-25 11:04:27 -04:00
Dave Pugmire
0d6591d7a3 Fix compile errors on dashboards. 2022-07-25 10:52:15 -04:00
Dave Pugmire
cdcc083d4c Fix benchmarks, windows builds? 2022-07-25 10:16:05 -04:00
Dave Pugmire
9b0379722a Fix example code. 2022-07-25 10:01:13 -04:00
Dave Pugmire
6b668b9fe8 More cleanup of classes. 2022-07-25 09:56:22 -04:00
Dave Pugmire
6a934167c2 Move streamsurface into flow 2022-07-25 09:09:59 -04:00
Dave Pugmire
e786874a77 Move tests into flow/testing 2022-07-22 15:46:59 -04:00
Dave Pugmire
ed11e447d0 Move the worklets over to filter/flow. 2022-07-22 15:31:58 -04:00
Dave Pugmire
43f7109f3e Fixes for MPI builds. 2022-07-22 13:25:39 -04:00
Dave Pugmire
18978c625a Delete old filter base classes. 2022-07-22 13:12:40 -04:00
Dave Pugmire
38c4365f47 Remove deleted header. 2022-07-22 13:01:51 -04:00
Dave Pugmire
a6a11f9c5b Change namespace to flow 2022-07-22 12:31:08 -04:00
Dave Pugmire
cc41309cfc Move all into flow dir. 2022-07-22 12:00:22 -04:00
Li-Ta Lo
292f7017cf move Probe::DoMapField into a free function 2022-07-21 08:25:52 -06:00
Dave Pugmire
ccdba3598e Use std::shared_ptr for DSI 2022-07-20 14:14:48 -04:00
Dave Pugmire
da3b4f4d47 Cleanup. Get rid of hxx files. 2022-07-20 11:57:46 -04:00
Li-Ta Lo
dd4051d402 retore unit test for graph connectivityu 2022-07-20 09:41:51 -06:00
Dave Pugmire
d6e23e7dff Rename classes. 2022-07-19 14:15:21 -04:00
Dave Pugmire
70f6b2fe27 Remove old files.... 2022-07-19 13:27:29 -04:00
Dave Pugmire
a2d5f5249a kick dashboard... 2022-07-19 12:44:17 -04:00
Dave Pugmire
02eabf5451 Fix build errors. 2022-07-19 10:22:37 -04:00
Dave Pugmire
8ef3ac71e8 Add in threaded algo. 2022-07-19 09:09:38 -04:00
Dave Pugmire
6353da486a minor edit to kick dashboards. 2022-07-19 08:20:49 -04:00
Dave Pugmire
deb15bc14c small edit to kick dashboards. 2022-07-19 07:32:00 -04:00
Dave Pugmire
3ce72b0e58 Remove old files. 2022-07-18 13:54:41 -04:00
Dave Pugmire
2bfd0ce592 Use ScatterPermutation to skip invalid cells. 2022-07-18 13:42:34 -04:00
Dave Pugmire
8e44a7ce0a Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m 2022-07-18 10:07:00 -04:00
Dave Pugmire
5281b377b0 Add new base classes. 2022-07-18 09:47:17 -04:00
Dave Pugmire
134f9691ec Move filter types into diff files. 2022-07-18 09:46:38 -04:00
Dave Pugmire
83eb6f498c Update buffer calc 2022-07-18 09:09:11 -04:00
Dave Pugmire
17322e9d05 Moving code around. 2022-07-18 08:38:54 -04:00
Dave Pugmire
7111a8b939 move pa filters to NewFilter 2022-07-15 15:15:14 -04:00
Dave Pugmire
29ca23bfe6 Code cleanup. 2022-07-15 12:44:51 -04:00
Dave Pugmire
80b0608ab2 Put steady/unsteady into sep files. 2022-07-15 11:36:02 -04:00
Dave Pugmire
8b375b4443 Rework the templating.. 2022-07-14 12:02:10 -04:00
Kenneth Moreland
30dda88e59 Merge topic 'transport-device-test'
bedf4bc80 Compile transport on device

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Li-Ta Lo <ollie@lanl.gov>
Merge-request: !2820
2022-07-14 10:05:34 -04:00
Kenneth Moreland
e39b8ed8ce Merge topic 'move-device-tests'
d96720581 Consolidate UnitTestVirtualObjectHandle
896065044 Consolidate UnitTestPointLocatorSparseGrid
d569bbca4 Consolidate UnitTestImplicitFunction
b2b075f04 Consolidate UnitTestDataSet*
f48789f57 Consolidate UnitTestComputeRange
bda676e7d Consolidate UnitTestColorTable
12c1a8021 Consolidate UnitTestCellLocator*
891cfcfa8 Consolidate UnitTestBitField
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Li-Ta Lo <ollie@lanl.gov>
Merge-request: !2812
2022-07-14 07:54:00 -04:00
Abhishek Yenpure
b3e14a7446 Merge topic 'ecp-ci-unit-test-fixes'
bb37282d2 Changes for Ascent Tests (ECP CI)

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Vicente Bolea <vicente.bolea@kitware.com>
Merge-request: !2814
2022-07-13 22:14:15 -04:00