vtk-m2/vtkm/worklet
Matthew Letter d32f8213e4 Removed template for device from execution object
the execution object is no longer passed when making execution object instead it is pass in the transport tag to create the final execution object
2018-05-03 14:59:54 -06:00
..
colorconversion Introduce vtkm::cont::ColorTable replacing vtkm::rendering::ColorTable 2018-03-28 16:11:23 -04:00
connectivities Correct shadowing define warning from GraphConnectivity 2018-05-02 13:31:30 -04:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree Suppress strict overflow optimization warnings. 2018-04-17 11:48:39 -04:00
cosmotools Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
gradient changes typechecks for execution objects 2018-05-03 14:45:21 -06:00
histogram Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
internal Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
particleadvection corrected logical error in texture2d and cleaned up particles.h 2018-05-03 14:45:22 -06:00
spatialstructure Correct warnings found after disabling all warning when CUDA is enabled. 2018-04-04 11:00:12 -04:00
splatkernels Remove VS2013 workarounds from VTK-m. 2018-02-23 15:39:39 -05:00
testing Merge topic 'correct_gcc_7_crashes' 2018-05-03 10:54:08 -04:00
tetrahedralize Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
triangulate Changed how TriangulateTables.h was creating ExecutionObjects 2018-05-03 14:59:54 -06:00
wavelets Move VTK-m Cuda backend over to a grid-stride iteration pattern. 2018-04-30 17:29:26 -04:00
AverageByKey.h Merge branch 'master' into vtk-m-cmake_refactor 2018-02-23 14:52:00 -05:00
CellAverage.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
CellDeepCopy.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Clip.h Removed template for device from execution object 2018-05-03 14:59:54 -06:00
CMakeLists.txt Add Probe worklet and filter 2018-01-30 10:43:18 -05:00
ContourTreeUniform.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CosmoTools.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CrossProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
DispatcherMapField.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherMapTopology.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherPointNeighborhood.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherReduceByKey.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DispatcherStreamingMapField.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
DotProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
ExternalFaces.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
ExtractGeometry.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ExtractPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ExtractStructured.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
FieldEntropy.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
FieldHistogram.h FieldHistogram: support using precomputed range 2018-04-12 16:40:18 -04:00
FieldStatistics.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Gradient.h changes typechecks for execution objects 2018-05-03 14:45:21 -06:00
KdTree3D.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KernelSplatter.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Keys.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
Magnitude.h FloatPointReturnType is float if 'T' is < 32bytes instead of being double. 2018-01-04 13:22:31 -05:00
MarchingCubes.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
Mask.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
MaskPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsEntropy.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsHistMarginalization.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
NDimsHistogram.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Normalize.h Normalize worklet (both in place, and copy). 2017-12-19 11:44:30 -05:00
ParticleAdvection.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
PointAverage.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
PointElevation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Probe.h Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
RemoveUnusedPoints.h Misc. typos 2018-01-30 06:51:47 -05:00
ScalarsToColors.h Make sure ScalarsToColors actually updates the Range it stores 2018-02-01 10:28:38 -05:00
ScalarsToColors.hxx Add ScalarsToColors worklet(s) 2018-01-16 13:03:41 -05:00
ScatterCounting.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
ScatterIdentity.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ScatterPermutation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterUniform.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
StableSortIndices.h Add StableSortIndices worklet. 2017-09-28 13:02:33 -04:00
StreamLineUniformGrid.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
SurfaceNormals.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Tetrahedralize.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
Threshold.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
ThresholdPoints.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
Triangulate.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
VertexClustering.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WaveletCompressor.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WorkletMapField.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
WorkletMapTopology.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
WorkletPointNeighborhood.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
WorkletReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00