vtk-m/vtkm/cont/arg/testing
Allison Vacanti c3c8d0fd70 Refactor ArrayHandleCompositeVector to simplify usage and impl.
- Use tao::tuple instead of FunctionInterface to hold array/portal
  collections.
- Type signatures are simplified. Now just use:
  - ArrayHandleCompositeVector<ArrayT1, ArrayT2, ...>
  - make_ArrayHandleCompositeVector(array1, array2, ...)
  instead of relying on helper structs to determine types.
- No longer support component selection from an input array. All
  input arrays must have the same ValueType (See ArrayHandleSwizzle
  and ArrayHandleExtractComponent as the replacements for these
  usecases.
2018-05-16 11:45:12 -04: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 Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
UnitTestTransportWholeArray.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05: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