vtk-m2/vtkm/worklet
Matthew Letter b016d5eeaa fixed the compiler errors for particle and particle advection worklet
there was an error involving const and prepareforinput between the particle's const prepareforexecution function and array handle prepareforinput.
2018-05-03 14:45:22 -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 added PrepareForExecution to compile code base 2018-05-03 14:45:22 -06:00
particleadvection fixed the compiler errors for particle and particle advection worklet 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 Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
triangulate Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04: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 added PrepareForExecution to compile code base 2018-05-03 14:45:22 -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