vtk-m/vtkm/worklet/particleadvection
Allison Vacanti 3eb91af961 Use ArrayGetValue where possible in worklets.
Replace code such as `myArray.GetPortalControl().Get(0)` with
`vtkm::cont::ArrayGetValue(0, myArray)`, which will just retrieve
the single value without transferring the entire contents of
`myArray` to the host. This should prevent memory thrashing.

Also did some general style clean-ups and fixed loops that called
`GetPortalControl` in the loop body.
2019-08-22 16:42:17 -04:00
..
CellInterpolationHelper.h Use ArrayGetValue where possible in worklets. 2019-08-22 16:42:17 -04:00
CMakeLists.txt conslidate the license statement 2019-04-17 10:57:13 -06:00
GridEvaluators.h Passing point to evaluate by reference 2019-08-07 12:33:52 -07:00
Integrators.h Fixing compiler warnings 2019-08-06 11:23:07 -06:00
ParticleAdvectionWorklets.h Merging Dave's particle status rename changes 2019-08-05 10:58:52 -06:00
Particles.h Merging Dave's particle status rename changes 2019-08-05 10:58:52 -06:00
TemporalGridEvaluators.h Merging Dave's particle status rename changes 2019-08-05 10:58:52 -06:00