Commit Graph

13 Commits

Author SHA1 Message Date
Kenneth Moreland
4650a1da96 Deprecate old methods from DynamicCellSet
The `DynamicCellSet` (and the related `DynamicCellSetBase`) are
deprecated and replaced with `UnknownCellSet` (and `UncertainCellSet`).
Thus, `UnknownCellSet` has some methods inherited from `DynamicCellSet`
but replaced with other functionality. These methods are now marked as
deprecated and their use is removed.
2022-01-05 08:18:17 -07:00
Kenneth Moreland
0b84787f78 Deprecate DynamicCellSet and remove from code
The `DynamicCellSet` class is now marked as deprecated (as is the header
that contains it), and all non-deprecated code is moved to its
`UnknownCellSet` replacement.

Also added a deprecation warning for the VariantArrayHandle.h header
file and deleted a couple inappropriate uses of it.
2022-01-04 15:38:18 -07:00
Abhishek Yenpure
c9bc005f83 Addressing Ken's review suggestions
1. Removing `cswap` which caused confusion in understanding stuff.
2. Fixing 64 bit coords issue for Lagrangian Strucutres Test
2019-09-06 12:06:15 -06:00
Abhishek Dilip Yenpure (-EXP)
45eeab4df1 Fix LCS filter to use flowmaps 2019-08-26 12:02:34 -06:00
Abhishek Yenpure
ac8d8c95b0 Separating GridMetaData class
Also, Using vtkm::Log instead of just log
2019-08-13 12:11:50 -07:00
Abhishek Yenpure
469e60430e Resolving nvcc compiler warnings 2019-08-10 00:13:17 -06:00
Abhishek Dilip Yenpure (-EXP)
d5ef470404 LCS fixes 2019-08-09 15:03:26 -06:00
Abhishek Yenpure
9634924e15 Fixing issues with LCS Filter files 2019-08-08 15:20:11 -07:00
Abhishek Yenpure
cfff86c0db Adding fixes to LCS calculation 2019-08-06 10:21:08 -06:00
Abhishek Yenpure
8b38af067c Changing LCS helpers to use vtkm Math functions 2019-07-29 14:27:07 -07:00
Abhishek Yenpure
cc7bf944be Adding fixes to the LCS filter 2019-07-29 13:05:29 -07:00
Abhishek Dilip Yenpure (-EXP)
f8862d6442 More additions to the LCS filter 2019-07-29 10:50:54 -06:00
ayenpure
b2f9f7e7e6 Adding LCS filter and worklets
- From repo https://gitlab.kitware.com/ayenpure/ftle
2019-07-29 09:03:59 -06:00