vtk-m/vtkm/filter/particleadvection
Kenneth Moreland 1fb1141723 Update code to use ArrayCopyShallowIfPossible
There were several places in the code that had to check the type of an
`UnknownArrayHandle` and conditionally get or copy that array. This code
is simplified by using `ArrayCopyShallowIfPossible`.
2021-07-15 08:53:52 -06:00
..
AdvectorBaseAlgorithm.h Support for dist-memory pathlines. 2021-02-05 09:40:50 -05:00
AdvectorBaseAlgorithm.hxx Code cleanup.... 2020-11-19 14:19:26 -05:00
AdvectorBaseThreadedAlgorithm.h Support for dist-memory pathlines. 2021-02-05 09:40:50 -05:00
BoundsMap.h Move the check for 0 inputs. With mpi, 0 input is ok for a rank. 2021-06-23 13:53:56 -04:00
CMakeLists.txt refactor particle adv-based filters and make a temporal particle adv filter. 2021-06-11 08:00:25 -04:00
DataSetIntegrator.h Update code to use ArrayCopyShallowIfPossible 2021-07-15 08:53:52 -06:00
DataSetIntegrator.hxx refactor particle adv-based filters and make a temporal particle adv filter. 2021-06-11 08:00:25 -04:00
Messenger.cxx Cleanup per review. 2021-03-02 13:20:20 -05:00
Messenger.h Fixes per review 2021-03-02 13:04:11 -05:00
ParticleAdvectionAlgorithm.h refactor particle adv-based filters and make a temporal particle adv filter. 2021-06-11 08:00:25 -04:00
ParticleMessenger.cxx Add CheckRequests method. 2021-02-18 11:14:02 -05:00
ParticleMessenger.h Code cleanup 2021-02-24 15:58:49 -05:00