vtk-m2/vtkm/worklet/particleadvection
Kenneth Moreland 4d8f05baef Update CellSetExtrude to not specify exec types by device
Somewhere during this edit I removed a header file that didn't strictly
need to be there. This caused me to have to add

```cpp
```

in several places in the code.
2021-02-08 16:57:16 -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 Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07: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