vtk-m/vtkm/cont/arg
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
..
testing Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
CMakeLists.txt Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ControlSignatureTagBase.h Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
Transport.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagArrayIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagArrayInOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagArrayOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagAtomicArray.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagCellSetIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagExecObject.h Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
TransportTagKeyedValuesIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagKeyedValuesInOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagKeyedValuesOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagKeysIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagTopologyFieldIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagWholeArrayIn.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagWholeArrayInOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TransportTagWholeArrayOut.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TypeCheck.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeCheckTagArray.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeCheckTagAtomicArray.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeCheckTagCellSet.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeCheckTagCellSetStructured.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
TypeCheckTagExecObject.h Replace ExecutionObjectFactoryBase with ExecutionObjectBase 2018-05-10 17:53:39 -06:00
TypeCheckTagKeys.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00