Commit Graph

842 Commits

Author SHA1 Message Date
Gunther H. Weber
0b64f4194b Fix compiler shadowed variable compiler warning. 2020-12-02 14:29:14 -08:00
Gunther H. Weber
9dda1cc661 Replace improver use of vtkm::Id with vtkm::IdComponent. 2020-12-02 14:29:14 -08:00
Oliver Ruebel
bc5f50a510 Fix ContourTreeDotPrint 2020-12-02 14:29:14 -08:00
Oliver Ruebel
11598d3348 Added Dot print output calls 2020-12-02 14:29:13 -08:00
Oliver Ruebel
4f8c28a82a Make dot print configurable 2020-12-02 14:29:13 -08:00
Gunther H. Weber
5b9dc7cea8 Finished moving common functions to TestingContourTreeUniformDistributedFilter.h 2020-12-02 14:29:13 -08:00
Gunther H. Weber
7a0fd7857a Moved common functions for distributed contour tree tests in separate file. 2020-12-02 14:29:13 -08:00
Gunther H. Weber
83b88908ff Add MPI unit test 2020-12-02 14:29:13 -08:00
Gunther H. Weber
4d78f19ab6 Copy CellSet from input (since one is needed for DIY serialization). 2020-12-02 14:29:13 -08:00
Gunther H. Weber
99db6db0a4 Minor refactoring of unit test. 2020-12-02 14:29:13 -08:00
Gunther H. Weber
4191ac4f74 Eliminte more TABs 2020-12-02 14:29:13 -08:00
Gunther H. Weber
d8681191ce Minor bug fix and std::cout clenaup 2020-12-02 14:29:13 -08:00
Gunther H. Weber
bee398d44a Fix expected result in marching cubes unit test 2020-12-02 14:29:12 -08:00
Gunther H. Weber
7a77b1ad89 Added serial (via DIY) unit test for distributed contour tree filter. 2020-12-02 14:29:12 -08:00
Gunther H. Weber
ca36a6a420 Removed fan out logging 2020-12-02 14:29:12 -08:00
Gunther H. Weber
d5bc61aa01 Use ResetTypes instead of AsVirtual to avoid deprecation warning 2020-12-02 14:29:12 -08:00
Gunther H. Weber
7661b17e5b Return fields required by TreeCompiler as vtk-m data set from filter. 2020-12-02 14:29:12 -08:00
Gunther H. Weber
f433790a17 Ported distributed contour tree prototype to vtk-m 2020-12-02 14:29:11 -08:00
Kenneth Moreland
ea3f101953 Merge topic 'bridge-old-and-new-style-arrayhandle'
1fb4c0499 Rename ArrayHandle::FakeBuffer to BufferAsStorageWrapper
05fea4d17 Bridge old-style ArrayHandle to new-style
62c509520 Save host portal for ArrayHandleVirtual in array instead of portal
bc3a7d8e2 Restore composite of transform in UnitTestParticleDensity.cxx

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Robert Maynard <robert.maynard@kitware.com>
Merge-request: !2339
2020-12-02 14:12:41 -05:00
nadavi
9741bbb905 Update Images and exclude RegressionTest from ctest_memcheck on centos8 builds 2020-12-02 16:24:11 +00:00
nadavi
9c59f3907a remove MakeTestDataSet, generate vtk dataset files 2020-12-02 16:24:10 +00:00
nadavi
1818a885bf Generate and test regression-test images with io library updates 2020-12-02 16:24:07 +00:00
nadavi
8b7fd61753 Implement and test Image Comparison Filters and Worklets 2020-12-02 16:24:06 +00:00
Kenneth Moreland
bc3a7d8e25 Restore composite of transform in UnitTestParticleDensity.cxx
Fixes #584
2020-11-30 16:40:28 -07:00
Nick Thompson
b249986473 Merge topic 'less_verbose_zfp'
8ae76a458 Revert unfocused diffs.
4b3ca3f54 Make ZFP tests less verbose.

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !2336
2020-11-29 15:02:14 -05:00
Kenneth Moreland
a77a1f7f48 Merge topic 'arrayhandlecompositevec-use-buffer'
fb130d42d Remove test for ArrayHandleCompositeVector with bad lengths
7cbf40d5b Back out of using a composite of transform arrays
7ff1a690d Support ArrayHandleCompositeVector with 1 component
5391e353a Convert ArrayHandleExtractComponent to new buffer-style array
22fac15b3 Convert ArrayHandleCompositeVector to new buffer-style array

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Robert Maynard <robert.maynard@kitware.com>
Merge-request: !2330
2020-11-28 13:37:27 -05:00
Nick Thompson
4b3ca3f54e Make ZFP tests less verbose. 2020-11-25 15:50:10 -05:00
Dave Pugmire
3c50a7ea46 Fix assert for pathlines. Add example from manual that was failing. 2020-11-25 12:43:00 -05:00
Dave Pugmire
8f2ec9e467 add better comment. 2020-11-24 16:07:02 -05:00
Dave Pugmire
967fb9fadf Remove unneeded cast in worklet, clarify the code in threaded algo. 2020-11-24 15:06:36 -05:00
Dave Pugmire
5297c36e2c fix compile error. 2020-11-24 13:48:20 -05:00
Dave Pugmire
5992f9f694 Restore the cmake after the clip issue was fixed. 2020-11-24 13:36:58 -05:00
Dave Pugmire
9cdcddb0c3 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into threaded_particleAdvection 2020-11-24 13:35:30 -05:00
Dave Pugmire
eb7d791f24 Rename the worker-sync variables. 2020-11-24 13:26:46 -05:00
Dave Pugmire
b0f97f480b Add condition_variable to sleep the worker. 2020-11-24 11:47:32 -05:00
Kenneth Moreland
7cbf40d5b2 Back out of using a composite of transform arrays
This should be restored once transform arrays use the new buffer-style
arrays.
2020-11-23 17:30:57 -07:00
Dave Pugmire
675f2d50f4 Add a debug mode assert to verify buffer size. 2020-11-23 15:30:36 -05:00
Dave Pugmire
9f204abbb2 Assert is wrong. will fix tomorrow 2020-11-22 21:41:10 -05:00
Dave Pugmire
9b290994f5 fix compile warnings. 2020-11-21 22:20:20 -05:00
Dave Pugmire
9da2b86d72 Implement blockAndWait for threaded 2020-11-21 22:13:16 -05:00
Dave Pugmire
741fff75c8 support for blockAndSend when a rank is totally idle. 2020-11-20 14:57:33 -05:00
Dave Pugmire
669794f992 Support for blockAndWait. Do sends BEFORE receives. 2020-11-20 14:57:04 -05:00
Dave Pugmire
a4ce505d5f Use std::atomic for this->Done. 2020-11-20 09:25:16 -05:00
Vicente Adolfo Bolea Sanchez
5ddfb719a3 ClipWithField: Use primive types in instantiations
`vtkm::[U]Int*` types depending of each platform/arch would translate to
different integer types. We cannot make a generalization with this.

A simple way to handle this is to simply use primitive types, such as
char, signed char, long..., instead of vtkm::[U]Int*. This makes sure
that every primitive type is actually instantiated.

We could potentially use this in other filters instantiation file.

This error has been reported in VTK when being build with vtkm.
2020-11-19 19:14:16 -05:00
Dave Pugmire
c3fa3d43b1 Undo changes to the cmakelists 2020-11-19 15:24:36 -05:00
Dave Pugmire
2fec7a79c3 Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into threaded_particleAdvection 2020-11-19 15:23:17 -05:00
Dave Pugmire
5f86dfc941 Code cleanup.... 2020-11-19 14:19:26 -05:00
Dave Pugmire
173c14b086 Add new files to cmakelists 2020-11-19 13:55:27 -05:00
Dave Pugmire
79d840a24f refactor classes. Put in different files. 2020-11-19 13:52:01 -05:00
Dave Pugmire
55f9d24983 Update class inheritance, etc. 2020-11-19 12:42:54 -05:00