vtk-m/vtkm/filter/particleadvection
Kenneth Moreland 1faed3712e Remove the use of ResetTypes for ArrayCopy
It used to be the case where you needed to call `ResetTypes` on a
`VariantArrayHandle` before using `ArrayCopy` to limit the types it gets
compiled for. However, there is now a general form for
`UnknownArrayHandle`, so `ResetTypes` no longer does anything useful in
this case. Remove the use of that.
2021-02-02 17:34:08 -07:00
..
AdvectorBaseAlgorithm.h fix compile warnings. 2020-11-21 22:20:20 -05:00
AdvectorBaseAlgorithm.hxx Code cleanup.... 2020-11-19 14:19:26 -05:00
AdvectorBaseThreadedAlgorithm.h add better comment. 2020-11-24 16:07:02 -05:00
BoundsMap.h Remove some print statements. 2020-08-17 16:57:09 -04:00
CMakeLists.txt Add new files to cmakelists 2020-11-19 13:55:27 -05:00
DataSetIntegrator.h Remove the use of ResetTypes for ArrayCopy 2021-02-02 17:34:08 -07:00
Messenger.cxx Replace MemStream with the diy serialization code. 2020-08-25 11:38:01 -04:00
Messenger.h Replace MemStream with the diy serialization code. 2020-08-25 11:38:01 -04:00
ParticleAdvectionAlgorithm.h refactor classes. Put in different files. 2020-11-19 13:52:01 -05:00
ParticleMessenger.cxx fix compile error. 2020-11-24 13:48:20 -05:00
ParticleMessenger.h fix compile warnings. 2020-11-21 22:20:20 -05:00
StreamlineAlgorithm.h refactor classes. Put in different files. 2020-11-19 13:52:01 -05:00