vtk-m/vtkm/exec/arg/testing
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
..
CMakeLists.txt Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
UnitTestExecutionSignatureTag.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestFetchArrayDirectIn.cxx Deal with small integer promotions 2015-07-30 17:41:58 -06:00
UnitTestFetchArrayDirectInOut.cxx Add in-place (in-out) arrays to worklets. 2015-08-12 14:41:56 -06:00
UnitTestFetchArrayDirectOut.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestFetchArrayTopologyMapIn.cxx Add specialization of topology map fetch for regular point coords 2015-09-02 13:54:51 -07:00
UnitTestFetchExecObject.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestFetchWorkIndex.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00