Skip to content

Make particle advection integrators and evaluators ExecObject

Kenneth Moreland requested to merge kmorel/vtk-m:virtual-integrator into master

By making these helper classes ExecObject, they no longer need to have a device to be constructed. This is important for future plans to make the worklet dispatchers not require a device adapter (and use TryExecute under the covers).

Merge request reports