vtk-m2/vtkm
Kenneth Moreland 7dd9b4252a Add UnknownArrayHandle::ExtractArrayFromComponents
This method allows you to extract an `ArrayHandle` from
`UnknownArrayHandle` when you only know the base component type.

Also removed the `Read/WritePortalForBaseComponentType` method
from `UnknownArrayHandle`. This functionality is subsumed by
`ExtractArrayFromComponents`.
2021-01-04 14:17:24 -07:00
..
cont Add UnknownArrayHandle::ExtractArrayFromComponents 2021-01-04 14:17:24 -07:00
exec Revert change the removes printing of seed. 2020-11-18 11:03:19 -05:00
filter Move test_equal_* classes to top namespace 2020-12-22 13:46:02 -07:00
internal Merge topic 'expand_kokkos_device_to_support_hip' 2020-12-16 08:58:17 -05:00
interop
io Add UnknownArrayHandle::ExtractArrayFromComponents 2021-01-04 14:17:24 -07:00
random
rendering Move test_equal_* classes to top namespace 2020-12-22 13:46:02 -07:00
source
testing Add ArrayHandleRecombineVec 2021-01-04 11:55:02 -07:00
thirdparty Merge branch 'upstream-lcl' into update_thirdparty_for_hip_support 2020-10-28 14:21:28 -04:00
worklet Move test_equal_* classes to top namespace 2020-12-22 13:46:02 -07:00
.gitattributes
Algorithms.h vtkm/Algorithms now can do device side HIP algorithms 2020-10-20 09:24:05 -04:00
Assert.h Disable VTKM_ASSERT when using HIP 2020-09-25 11:06:57 -04:00
Atomic.h Change interface of atomic compare and swap 2020-10-20 08:39:22 -06:00
BinaryOperators.h
BinaryPredicates.h
Bitset.h
Bounds.h
CellClassification.h
CellShape.h
CellTraits.h
CMakeLists.txt Add VecFlat class 2020-12-16 17:22:44 -07:00
Deprecated.h
ErrorCode.h
Flags.h
Geometry.h
Geometry.hxx Update vtkm/Geometry.hxx to follow clangs rules on function markup 2020-09-25 09:37:46 -04:00
Hash.h
ImplicitFunction.h
List.h
ListTag.h
Math.h vtkm/Math frexp(float) version works now with HIP 2020-10-22 15:32:14 -04:00
Math.h.in vtkm/Math frexp(float) version works now with HIP 2020-10-22 15:32:14 -04:00
Matrix.h
NewtonsMethod.h
Pair.h
Particle.h Add support for ghost cells in particle advection. 2020-10-19 16:46:48 -04:00
Range.h
RangeId2.h
RangeId3.h
RangeId.h
StaticAssert.h
Swap.h vtkm/Swap works with hip 2020-10-22 15:32:06 -04:00
TopologyElementTag.h
Transform3D.h
Tuple.h
Tuple.h.in
TypeList.h Make sure all C scalar types are in TypeListScalarAll 2020-11-12 16:18:56 -07:00
TypeListTag.h
Types.h Make sure all C scalar types are in TypeListScalarAll 2020-11-12 16:18:56 -07:00
TypeTraits.h
UnaryPredicates.h
VecAxisAlignedPointCoordinates.h Add VecFlat class 2020-12-16 17:22:44 -07:00
VecFlat.h Fix warning in VecFlat 2020-12-17 13:39:02 -07:00
VecFromPortal.h
VecFromPortalPermute.h
VecFromVirtPortal.h
VectorAnalysis.h
VecTraits.h
VecVariable.h
Version.h.in
VirtualObjectBase.h