Skip to content

Add vtkm::cont::Field,CoordinateSystem as Invokable parameters.

T.J. Corona requested to merge tjcorona/vtk-m:field-coordsystem-invoke into master

Originally, only array handles could be passed to the dispatcher. This update extends the list to Field and CoordinateSystem as dynamic objects.

Merge request reports