vtk-m/vtkm
Allison Vacanti 00320e5dc0 Use vtkm::UInt64 for byte sizes.
vtkm::Id could be just 32bits, which limits the number of values we
would be able to store for large arrays.
2017-09-19 09:21:14 -04:00
..
benchmarking Add 'N-dimensional histogram, histogram marginalization and entropy calculation worklets and filters' 2017-09-02 18:35:21 -04:00
cont Use vtkm::UInt64 for byte sizes. 2017-09-19 09:21:14 -04:00
exec Merge topic 'cuda_9_support' 2017-08-31 11:26:28 -04:00
filter Merge topic 'NDHistogram' 2017-09-14 10:42:30 -04:00
internal correct conversion warnings in brigand 2017-09-15 11:11:58 -04:00
interop Ensure array's device is valid before interop. 2017-08-24 15:02:46 -04:00
io Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into streamline_returntype 2017-08-28 15:27:04 -04:00
rendering fixing triangulator and adding a fast path for 3D structured cell sets 2017-09-04 08:17:01 -07:00
testing Add VTKM_NO_ASSERT option to disable VTKM_ASSERT in Debug Mode. 2017-08-28 08:53:09 -04:00
worklet Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into fix_advection_error 2017-09-14 14:50:27 -04:00
.gitattributes
Assert.h Add VTKM_NO_ASSERT option to disable VTKM_ASSERT in Debug Mode. 2017-08-28 08:53:09 -04:00
BaseComponent.h
BinaryOperators.h
BinaryPredicates.h
Bounds.h
CellShape.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
CellTraits.h
CMakeLists.txt Merge topic 'for-vtk' 2017-08-31 11:52:05 -04:00
Hash.h Add hash function 2017-08-24 10:02:18 -06:00
ListTag.h Simplify the implementation of vtkm::ForEach 2017-08-30 14:35:26 -04:00
Math.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Math.h.in Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Matrix.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
NewtonsMethod.h
Pair.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
Range.h
RangeId3.h
RangeId.h
StaticAssert.h
TopologyElementTag.h
Transform3D.h
TypeListTag.h
Types.h Merge branch 'master' of https://gitlab.kitware.com/vtk/vtk-m into pics_unittests 2017-08-10 16:18:18 -04:00
TypeTraits.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h
VecFromPortal.h
VecFromPortalPermute.h
VectorAnalysis.h
VecTraits.h Convert VTK-m over to use 'using' instead of 'typedef' 2017-08-07 14:05:43 -04:00
VecVariable.h
Version.h.in