vtk-m/vtkm/exec
Kenneth Moreland d26d76deaf Fix construction issue for XGC arrays in topology map fetch
The `Fetch::Load` for an input array of a topology map for an XGC array
(that uses `ConnectivityExtrude`) was failing to compile because it
creates a return `Vec` and then fills it. That does not work if the
input array has values that cannot be default constructed. This is the
case for `ArrayHandleRecombineVec`, which creates values that lazily
pull data out of portals.

Change the code to careful construct the return `Vec` such that it does
not require the default constructor of the components.
2023-02-03 14:52:06 -05:00
..
arg Fix construction issue for XGC arrays in topology map fetch 2023-02-03 14:52:06 -05:00
cuda Fix compile issues when using cuda 12 2023-01-18 12:06:35 -05:00
internal Expose the Variant helper class 2022-11-01 07:52:41 -06:00
kokkos Add module mechanism 2022-10-26 12:51:05 -06:00
openmp cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
serial Add module mechanism 2022-10-26 12:51:05 -06:00
tbb cmake: namespace vtkm export targets 2022-12-09 18:46:56 -05:00
testing Expose the Variant helper class 2022-11-01 07:52:41 -06:00
AtomicArrayExecutionObject.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BoundaryState.h Fix doxygen groups 2022-09-09 10:37:31 +08:00
CellDerivative.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellEdge.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellFace.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellInside.h Switch from VTK-c to LCL 2019-10-07 15:38:36 -04:00
CellInterpolate.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorBoundingIntervalHierarchy.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorMultiplexer.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorPartitioned.h add partitioned cell locator 2022-11-01 11:08:18 +01:00
CellLocatorRectilinearGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorTwoLevel.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellLocatorUniformBins.h Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
CellLocatorUniformGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellMeasure.h Fixing dashboard warnings 2022-02-02 16:15:12 +05:30
CMakeLists.txt Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
ColorTable.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTable.hxx Fix warning about return value 2020-09-14 15:04:03 -06:00
ConnectivityExplicit.h Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
ConnectivityExtrude.h Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
ConnectivityPermuted.h Make connectivity structures trivially copyable 2021-03-30 12:59:07 -06:00
ConnectivityStructured.h Make connectivity structures trivially copyable 2021-03-30 12:59:07 -06:00
FieldNeighborhood.h Add CellNeighborhood 2020-07-15 14:41:32 -06:00
FunctorBase.h Always export VTK-m functor symbols 2019-08-01 12:53:54 -04:00
ParametricCoordinates.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
PointLocatorSparseGrid.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
TaskBase.h conslidate the license statement 2019-04-17 10:57:13 -06:00
Variant.h Expose the Variant helper class 2022-11-01 07:52:41 -06:00
vtkm.module Add module mechanism 2022-10-26 12:51:05 -06:00