vtk-m/vtkm/worklet
2018-01-17 11:12:32 -07:00
..
connectivities update based on issues pointed out by Robert 2018-01-17 11:12:32 -07:00
contour MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
contourtree Cleanup includes of ExecutionWholeArray.h 2018-01-02 10:30:16 -05:00
cosmotools Cleanup includes of ExecutionWholeArray.h 2018-01-02 10:30:16 -05:00
gradient MarchingCubes now uses Gradient fast paths when possible. 2017-09-25 14:25:28 -04:00
histogram Update copyright for Sandia 2017-09-20 15:33:44 -06:00
internal Add hint to read source code for help 2018-01-08 10:53:44 -07:00
particleadvection Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
spatialstructure Suppress false positive warnings about calling host device functions. 2018-01-02 10:40:49 -05:00
splatkernels Suppress false positive warnings about calling host device functions. 2018-01-02 10:40:49 -05:00
testing update based on issues pointed out by Robert 2018-01-17 11:12:32 -07:00
tetrahedralize Remove VTKM_EXEC_CONSTANT 2017-12-05 13:49:55 -05:00
triangulate Remove VTKM_EXEC_CONSTANT 2017-12-05 13:49:55 -05:00
wavelets Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
AverageByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CellAverage.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
CellDeepCopy.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Clip.h Cleanup includes of ExecutionWholeArray.h 2018-01-02 10:30:16 -05:00
CMakeLists.txt Worklets for cross and dot product. 2017-12-22 15:20:20 -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 Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherMapTopology.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherPointNeighborhood.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DispatcherStreamingMapField.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
DotProduct.h Better type signatures. 2017-12-29 06:48:39 -05:00
ExternalFaces.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
ExtractGeometry.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
ExtractPoints.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
ExtractStructured.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
FieldEntropy.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FieldHistogram.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
FieldStatistics.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Gradient.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KdTree3D.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
KernelSplatter.h Replace ExecutionWholeArray with WholeArray 2018-01-02 10:30:16 -05:00
Keys.h Suppress false positive warnings about calling host device functions. 2018-01-02 10:40:49 -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 Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
Mask.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MaskPoints.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
NDimsEntropy.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
NDimsHistMarginalization.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
NDimsHistogram.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Normalize.h Normalize worklet (both in place, and copy). 2017-12-19 11:44:30 -05:00
ParticleAdvection.h Update VTK-m source to use new ArrayCopy functionality 2017-09-25 16:54:46 -06:00
PointAverage.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
PointElevation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
RemoveUnusedPoints.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterCounting.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterIdentity.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterPermutation.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
ScatterUniform.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
StableSortIndices.h Add StableSortIndices worklet. 2017-09-28 13:02:33 -04:00
StreamLineUniformGrid.h Replace ExecutionWholeArray with WholeArray 2018-01-02 10:30:16 -05:00
SurfaceNormals.h Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
Tetrahedralize.h Fix multiple declaration of DistributeCellData 2017-10-10 14:01:41 -04:00
Threshold.h Redesign the Dispatcher to not need FunctionInterface to convert dynamic types 2017-11-28 11:01:02 -05:00
ThresholdPoints.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
Triangulate.h Fix multiple declaration of DistributeCellData 2017-10-10 14:01:41 -04:00
VertexClustering.h Update CoordinateSystem to use the Virtual Array 2018-01-10 10:19:19 -05:00
WaveletCompressor.h Update VTK-m source to use new ArrayCopy functionality 2017-09-25 16:54:46 -06:00
WorkletMapField.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
WorkletMapTopology.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
WorkletPointNeighborhood.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
WorkletReduceByKey.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00