vtk-m/vtkm/cont/arg/testing
Kenneth Moreland 2b05487398 Add ExecutionAndControlObjectBase
This is a subclass of ExecutionObject and a superset of its
functionality. In addition to having a PrepareForExecution method, it
also has a PrepareForControl method that gets an object appropriate for
the control environment. This is helpful for situations where you need
code to work in both environments, such as the functor in an
ArrayHandleTransform.

Also added several runtime checks for execution objects and execution
and cotnrol objects.
2018-09-08 11:54:28 -06:00
..
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestControlSignatureTag.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTransportArrayIn.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestTransportArrayInOut.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestTransportArrayOut.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestTransportCellSetIn.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTransportExecObject.cxx Add ExecutionAndControlObjectBase 2018-09-08 11:54:28 -06:00
UnitTestTransportWholeArray.cxx Change the namespacing of atomic array 2018-07-02 16:25:48 -06:00
UnitTestTypeCheckArray.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestTypeCheckCellSet.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTypeCheckExecObject.cxx Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
UnitTestTypeCheckKeys.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00