vtk-m/vtkm/cont/arg
Kenneth Moreland 9ea10317d9 Add passing input domain to transport operator
Previously, the operator for a Transport class took the object being
transported to the execution environment and the size of the output
domain. This change also passes in the control-side argument for the
input domain. This will help check input array sizes as well as make
other potential transformations based on the input domain.
2016-12-19 17:03:15 -07:00
..
testing Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
CMakeLists.txt Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
ControlSignatureTagBase.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
Transport.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagArrayIn.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagArrayInOut.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagArrayOut.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagAtomicArray.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagCellSetIn.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagExecObject.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagTopologyFieldIn.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagWholeArrayIn.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagWholeArrayInOut.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TransportTagWholeArrayOut.h Add passing input domain to transport operator 2016-12-19 17:03:15 -07:00
TypeCheck.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagArray.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TypeCheckTagAtomicArray.h Add AtomicArrayInOut ControlSignature tag. 2016-03-24 17:12:17 -06:00
TypeCheckTagCellSet.h Rename ControlSignature tag TopologyIn to CellSetIn. 2016-05-17 15:07:08 -04:00
TypeCheckTagExecObject.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00