vtk-m2/vtkm
Kenneth Moreland bb443bbc24 Replace the implementation of VariantArrayHandle
The implementation of `VariantArrayHandle` has been changed to be a
relatively trivial subclass of `UnknownArrayHandle`.

The advantage of this change is twofold. First, it removes
`VariantArrayHandle`'s dependence on `ArrayHandleVirtual`, which gets us
much closer to deprecating that class. Second, it ensures that
`UnknownArrayHandle` is a reasonable replacement for
`VariantArrayHandle`, so we can move forward with replacing that.
2020-09-02 15:02:44 -06:00
..
cont Replace the implementation of VariantArrayHandle 2020-09-02 15:02:44 -06:00
exec clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
filter ComputeMoments: use FilterField instead of FilterCell 2020-08-31 16:51:12 -04:00
internal clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
interop Update vtkm/interop to use non-deprecated make_ArrayHandle API 2020-08-03 12:15:16 -04:00
io Move UnitTestVTKDataSetReader files to git-lfs 2020-08-25 07:23:13 -06:00
random ArrayHandleRandomUniformReal 2020-06-02 11:58:57 -06:00
rendering Simplify getting test file names 2020-08-25 06:17:59 -06:00
source Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
testing clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
thirdparty vtkmdiy: forward the bin install directory to diy 2020-08-26 14:18:33 -04:00
worklet Fix tests that relied on stable sort 2020-08-27 14:50:51 -06:00
.gitattributes
Algorithms.h
Assert.h Replace basic ArrayHandle implementation to use Buffers 2020-06-25 14:02:26 -06:00
Atomic.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
BinaryOperators.h
BinaryPredicates.h
Bitset.h Add unittest for particlearraycopy 2020-06-18 15:45:36 -04:00
Bounds.h
CellClassification.h
CellShape.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CellTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
CMakeLists.txt Add atomic free functions 2020-08-20 13:40:43 -06:00
Deprecated.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ErrorCode.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Flags.h
Geometry.h
Geometry.hxx
Hash.h
ImplicitFunction.h Add Kokkos backend 2020-08-12 13:55:24 -04:00
List.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
ListTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Math.h Unfoobar the float_distance MR. 2020-06-24 10:52:59 -04:00
Math.h.in Unfoobar the float_distance MR. 2020-06-24 10:52:59 -04:00
Matrix.h
NewtonsMethod.h
Pair.h
Particle.h Rename the Particle classes. 2020-08-26 08:59:51 -04:00
Range.h
RangeId2.h
RangeId3.h
RangeId.h
StaticAssert.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Swap.h
TopologyElementTag.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
Transform3D.h
Tuple.h
Tuple.h.in
TypeList.h
TypeListTag.h
Types.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
TypeTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h
VecFromPortal.h
VecFromPortalPermute.h
VecFromVirtPortal.h
VectorAnalysis.h
VecTraits.h clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
VecVariable.h Generalize fields for particle advection 2020-07-20 21:15:46 -04:00
Version.h.in
VirtualObjectBase.h