vtk-m2/vtkm/worklet/particleadvection
Kenneth Moreland c55d15f397 Deprecate ArrayHandle::ExecutionTypes
The newer version of `ArrayHandle` no longer supports different types of
portals for different devices. Thus, the `ReadPortalType` and
`WritePortalType` are sufficient for all types of portals across all
devices.

This significantly simplifies supporting execution objects on devices,
and thus this change also includes many changes to various execution
objects to remove their dependence on the device adapter tag.
2021-02-08 12:17:37 -07:00
..
CellInterpolationHelper.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
CMakeLists.txt Put each ODE integrator in it's own file. 2020-08-18 15:32:39 -04:00
EulerIntegrator.h Add support for ghost cells in particle advection. 2020-10-19 16:46:48 -04:00
Field.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
GridEvaluators.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
GridEvaluatorStatus.h Add support for ghost cells in particle advection. 2020-10-19 16:46:48 -04:00
IntegratorBase.h Fix assert for pathlines. Add example from manual that was failing. 2020-11-25 12:43:00 -05:00
IntegratorStatus.h Add support for ghost cells in particle advection. 2020-10-19 16:46:48 -04:00
ParticleAdvectionWorklets.h Remove unneeded cast in worklet, clarify the code in threaded algo. 2020-11-24 15:06:36 -05:00
Particles.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
RK4Integrator.h Fix compiler warnings... 2020-10-20 09:53:05 -04:00
TemporalGridEvaluators.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00