vtk-m/vtkm/cont
2024-06-28 13:42:23 -04:00
..
arg Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
cuda Merge topic 'safe-cuda-runtime-config' 2024-05-17 08:20:39 -04:00
internal Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
kokkos Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
openmp Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
serial Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
tbb Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
testing Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
testlib clang-tidy: fix readability-avoid-const-params-in-decls lints 2023-12-01 07:01:11 -05:00
Algorithm.h Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
ArrayCopy.cxx Add ArrayCopy specialization for Counting and Permutation array 2022-01-24 12:17:23 -07:00
ArrayCopy.h Update the developing algorithms section of the user's guide 2023-12-08 08:50:18 -05:00
ArrayCopyDevice.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ArrayExtractComponent.h Implement VecTraits class for all types 2023-03-16 12:59:38 -06:00
ArrayGetValues.cxx
ArrayGetValues.h Implement VecTraits class for all types 2023-03-16 12:59:38 -06:00
ArrayHandle.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ArrayHandle.h Support Fill for ArrayHandleStride 2024-02-02 13:50:21 -05:00
ArrayHandleBasic.cxx
ArrayHandleBasic.h Add user guide chapter on memory layout in ArrayHandles 2024-05-13 08:12:22 -06:00
ArrayHandleBitField.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleCartesianProduct.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleCast.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleCompositeVector.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleConcatenate.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleConstant.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleCounting.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleDecorator.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleDiscard.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleExtractComponent.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleGroupVec.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleGroupVecVariable.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleImplicit.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleIndex.cxx Advanced Compute Range 2023-07-04 11:54:56 -04:00
ArrayHandleIndex.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleMultiplexer.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleOffsetsToNumComponents.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandlePermutation.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleRandomStandardNormal.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleRandomUniformBits.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleRandomUniformReal.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleRecombineVec.h Add guide chapter on unknown array handle 2024-06-28 13:42:23 -04:00
ArrayHandleReverse.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleRuntimeVec.h Add user guide chapter on memory layout in ArrayHandles 2024-05-13 08:12:22 -06:00
ArrayHandleSOA.cxx
ArrayHandleSOA.h Add user guide chapter on memory layout in ArrayHandles 2024-05-13 08:12:22 -06:00
ArrayHandleStride.cxx Support Fill for ArrayHandleStride 2024-02-02 13:50:21 -05:00
ArrayHandleStride.h Add user guide chapter on memory layout in ArrayHandles 2024-05-13 08:12:22 -06:00
ArrayHandleSwizzle.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleTransform.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleUniformPointCoordinates.cxx Advanced Compute Range 2023-07-04 11:54:56 -04:00
ArrayHandleUniformPointCoordinates.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleView.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayHandleXGCCoordinates.h Add GetNumberOfComponentsFlat method to ArrayHandle 2023-10-03 10:31:38 -04:00
ArrayHandleZip.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
ArrayPortal.h
ArrayPortalToIterators.h
ArrayRangeCompute.cxx Advanced Compute Range 2023-07-04 11:54:56 -04:00
ArrayRangeCompute.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
ArrayRangeComputeTemplate.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
ArrayRangeComputeTemplateInstantiationsIncludes.h Advanced Compute Range 2023-07-04 11:54:56 -04:00
AssignerPartitionedDataSet.cxx
AssignerPartitionedDataSet.h Fix doxygen groups 2022-09-09 10:37:31 +08:00
AtomicArray.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BitField.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BitField.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
BoundsCompute.cxx
BoundsCompute.h
BoundsGlobalCompute.cxx
BoundsGlobalCompute.h
CastAndCall.h
CellLocatorBoundingIntervalHierarchy.cxx
CellLocatorBoundingIntervalHierarchy.h Define LastCell type in cell locator structure 2022-08-05 12:43:50 -06:00
CellLocatorChooser.h
CellLocatorGeneral.cxx
CellLocatorGeneral.h Expose the Variant helper class 2022-11-01 07:52:41 -06:00
CellLocatorPartitioned.cxx enable partitioned rendering by ghost blanking and depth sorting 2023-11-06 17:42:43 -07:00
CellLocatorPartitioned.h enable partitioned rendering by ghost blanking and depth sorting 2023-11-06 17:42:43 -07:00
CellLocatorRectilinearGrid.cxx
CellLocatorRectilinearGrid.h Define LastCell type in cell locator structure 2022-08-05 12:43:50 -06:00
CellLocatorTwoLevel.cxx
CellLocatorTwoLevel.h clang-tidy: fix readability-redundant-access-specifiers lints 2023-12-01 07:01:11 -05:00
CellLocatorUniformBins.cxx Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
CellLocatorUniformBins.h Add a new unstructured cell locator 2022-11-22 09:51:40 -05:00
CellLocatorUniformGrid.cxx
CellLocatorUniformGrid.h Define LastCell type in cell locator structure 2022-08-05 12:43:50 -06:00
CellSet.cxx
CellSet.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
CellSetExplicit.cxx
CellSetExplicit.h clang-tidy: fix modernize-use-override lints 2023-12-01 07:01:11 -05:00
CellSetExplicit.hxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
CellSetExtrude.cxx
CellSetExtrude.h clang-tidy: fix modernize-use-override lints 2023-12-01 07:01:11 -05:00
CellSetList.h
CellSetPermutation.h clang-tidy: fix readability-redundant-access-specifiers lints 2023-12-01 07:01:11 -05:00
CellSetSingleType.h clang-tidy: fix modernize-use-override lints 2023-12-01 07:01:11 -05:00
CellSetStructured.cxx
CellSetStructured.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
CMakeLists.txt Add hints to device adapter scheduler 2024-02-09 10:42:23 -05:00
ColorTable.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTable.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTableMap.h Reduce doxygen warnings 2024-02-08 10:57:11 -05:00
ColorTablePresets.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ColorTableSamples.h
ConvertNumComponentsToOffsets.cxx
ConvertNumComponentsToOffsets.h Add guide chapter on fancy array handles 2024-06-05 17:51:14 -04:00
CoordinateSystem.cxx Coordinate systems are stored as Fields 2022-11-11 06:17:58 -07:00
CoordinateSystem.h clang-tidy: fix modernize-use-override lints 2023-12-01 07:01:11 -05:00
DataSet.cxx ken's suggestion to remove const 2023-11-07 14:31:36 -05:00
DataSet.h combine changes from this branch and master 2023-12-19 13:18:06 -05:00
DataSetBuilderCurvilinear.cxx
DataSetBuilderCurvilinear.h
DataSetBuilderExplicit.cxx
DataSetBuilderExplicit.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
DataSetBuilderRectilinear.cxx
DataSetBuilderRectilinear.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
DataSetBuilderUniform.cxx
DataSetBuilderUniform.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
DefaultTypes.h.in
DeviceAdapter.h
DeviceAdapterAlgorithm.h
DeviceAdapterList.h
DeviceAdapterTag.cxx
DeviceAdapterTag.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
DIYMemoryManagement.cxx diy,mpi: Enable GPU AWARE MPI buffers 2023-05-30 12:13:03 -04:00
DIYMemoryManagement.h diy,mpi: Enable GPU AWARE MPI buffers 2023-05-30 12:13:03 -04:00
EnvironmentTracker.cxx
EnvironmentTracker.h
Error.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
ErrorBadAllocation.h
ErrorBadDevice.cxx
ErrorBadDevice.h
ErrorBadType.cxx
ErrorBadType.h
ErrorBadValue.h
ErrorExecution.h
ErrorFilterExecution.h
ErrorInternal.h
ErrorUserAbort.h Add Abort execution feature 2023-02-06 14:29:58 -05:00
ExecutionAndControlObjectBase.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
ExecutionObjectBase.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Field.cxx Change of Field::Association names. 2022-08-29 06:40:42 -04:00
Field.h next round of changes 2024-01-03 16:23:16 -07:00
FieldRangeCompute.cxx
FieldRangeCompute.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
FieldRangeGlobalCompute.cxx
FieldRangeGlobalCompute.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Initialize.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Initialize.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
Invoker.h
Logging.cxx Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Logging.h Add documentation of logging 2024-01-04 15:25:07 -05:00
MergePartitionedDataSet.cxx add test and fix cuda long compiling issue 2024-02-05 16:14:19 -05:00
MergePartitionedDataSet.h add merge data sets filter 2023-11-21 15:31:59 -05:00
ParticleArrayCopy.cxx
ParticleArrayCopy.h
ParticleArrayCopy.hxx Hide Particle class members 2022-12-13 13:19:21 -05:00
PartitionedDataSet.cxx Use {} initialization of FieldCollection. 2022-08-29 16:53:17 -04:00
PartitionedDataSet.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
PointLocatorSparseGrid.cxx Fix slow ArrayCopy calls 2022-01-24 14:15:45 -07:00
PointLocatorSparseGrid.h
RuntimeDeviceInformation.cxx diy,mpi: Enable GPU AWARE MPI buffers 2023-05-30 12:13:03 -04:00
RuntimeDeviceInformation.h
RuntimeDeviceTracker.cxx Add Abort execution feature 2023-02-06 14:29:58 -05:00
RuntimeDeviceTracker.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
SerializableTypeString.h
Serialization.h
Storage.cxx
Storage.h Allow ArrayHandle to have a runtime selectable number of buffers 2022-07-11 07:48:25 -06:00
StorageList.h
Timer.cxx Fix intermittent UnitTestTimer failures with CUDA 2022-07-12 08:52:12 -06:00
Timer.h Continue transfer of Users' Guide text 2023-11-21 10:33:45 -07:00
Token.cxx
Token.h
TryExecute.cxx Add Abort execution feature 2023-02-06 14:29:58 -05:00
TryExecute.h Add Abort execution feature 2023-02-06 14:29:58 -05:00
UncertainArrayHandle.h Add guide chapter on unknown array handle 2024-06-28 13:42:23 -04:00
UncertainCellSet.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
UnknownArrayHandle.cxx Merge topic 'type-order' 2023-12-18 13:57:31 -05:00
UnknownArrayHandle.h Add guide chapter on unknown array handle 2024-06-28 13:42:23 -04:00
UnknownCellSet.cxx
UnknownCellSet.h Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
Variant.h Expose the Variant helper class 2022-11-01 07:52:41 -06:00
vtkm.module Add Abort execution feature 2023-02-06 14:29:58 -05:00