vtk-m2/vtkm/worklet
Kenneth Moreland ba99e830ae Make sure VertexClustering grid dimensions do not exceed nDimensions
When mixing precision, it is possible for the computation to pick a grid
size greater than the requested number of dimensions. This change
ensures that you never get more dimensions than requested. (Thanks to
Chun-Ming Chen for the fix.)

The test now behaves the same way as it did before the last change.
2015-06-29 16:10:25 -06:00
..
internal Allow dispatching based on a vtkm::Id2. 2015-06-22 09:07:27 -04:00
testing Make sure VertexClustering grid dimensions do not exceed nDimensions 2015-06-29 16:10:25 -06:00
AverageByKey.h Some fixes to VertexClustering 2015-06-29 15:14:50 -06:00
CellAverage.h Add cell average worklet 2015-06-05 12:48:29 -04:00
CMakeLists.txt Prepare for vertex clustering algorithm 2015-06-24 14:55:21 -04:00
DispatcherMapField.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DispatcherMapTopology.h Teach DispatcherMapTopology how to do 2d and 3d scheduling. 2015-06-22 16:05:32 -04:00
PointElevation.h Add PointElevation Worklet 2015-06-09 11:28:55 -04:00
VertexClustering.h Make sure VertexClustering grid dimensions do not exceed nDimensions 2015-06-29 16:10:25 -06:00
WorkletMapField.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
WorkletMapTopology.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00