vtk-m2/vtkm/exec/arg
Kenneth Moreland 08f9c04fab Add specialization of topology map fetch for regular point coords
In the special case where you are loading the point coordinates for a
structured grid in a point to cell map (an important use case), create a
VecRectilinearPointCoordinates rather than build a Vec of the values.
This will activate the cell specalizations in previous commits.

These changes also added some flat-to-logical index conversion and vice
versa in ConnectivityStructuredInternals. This change also fixed a bug
in getting cells attached to points in 2D grids. (Actually, technically
someone else fixed it and checked it in first. The changes were merged
during a rebase.)

I also added a specalization to Vec for 1D that implicitly converts
between the 1D Vec and the component. This can be convenient when
templating on the Vec length.
2015-09-02 13:54:51 -07:00
..
testing Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
AspectTagDefault.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
BasicArg.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
CellShape.h The CellShape fetch returns a tag rather than ID. 2015-08-27 16:31:06 -06:00
CMakeLists.txt Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
ExecutionSignatureTagBase.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
Fetch.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectIn.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayDirectInOut.h Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
FetchTagArrayDirectOut.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
FetchTagArrayTopologyMapIn.h Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
FetchTagExecObject.h Rename pragma header guard so it makes sense for tbb and thrust. 2015-08-13 09:04:23 -04:00
FetchTagTopologyIn.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
FromCount.h Use variable Vec-like objects for topology map fetching 2015-08-14 09:17:13 -06:00
FromIndices.h Remove TopologyData class. 2015-08-14 09:17:34 -06:00
WorkIndex.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00