vtk-m2/vtkm/cont
Ben Boeckel 1ffc33adf2 CellSetExplicit: reword warning message
ParaView ends up triggering this in its test suite and the "failure"
mention ends up triggering the "failed test" condition in its test
harness. Reword to read more like a warning than an error.
2021-11-01 12:33:41 -04:00
..
arg cmake: avoid adding testing directories if testing is disabled 2021-06-01 18:40:40 -04:00
cuda remove cudaGetDevice calls, favor runtime device config 2021-09-02 09:17:36 -06:00
internal Add copy methods to UnknownArrayHandle 2021-09-28 10:46:58 -06:00
kokkos Add changes for supporting Kokkos/HIP 2021-10-01 15:27:00 -04:00
openmp implement openmp runtime device configuration testing 2021-09-15 14:23:00 -06:00
serial Merge topic 'device-resource-management' 2021-06-23 16:11:32 -04:00
tbb CI: add ubuntu2004 with tbb 2020 build 2021-09-28 19:46:11 +00:00
testing remove unnecessary includes 2021-10-28 15:39:42 -06:00
Algorithm.h Deprecate ArrayHandle::GetDeviceAdapterId 2021-07-28 12:51:51 -06:00
ArrayCopy.cxx Add copy methods to UnknownArrayHandle 2021-09-28 10:46:58 -06:00
ArrayCopy.h Allow ArrayCopy into const ref of UnknownArrayHandle 2021-09-01 12:11:04 -06:00
ArrayExtractComponent.h Disable resizing of ArrayHandleStride 2020-12-16 17:22:44 -07:00
ArrayGetValues.cxx Compile ArrayGetValues implementation in library 2021-08-11 07:56:32 -06:00
ArrayGetValues.h Do not try to use ArrayGetValue on arrays of non-basic types 2021-08-11 07:56:32 -06:00
ArrayHandle.cxx
ArrayHandle.h Allow a const ArrayHandle to be reallocated 2021-09-02 10:29:09 -06:00
ArrayHandleBasic.cxx Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleBasic.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleBitField.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleCartesianProduct.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleCast.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
ArrayHandleCompositeVector.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleConcatenate.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleConstant.h Change Field to hold UnknownArrayHandle rather than VariantArrayHandle 2021-01-14 17:01:22 -07:00
ArrayHandleCounting.h Merge topic 'switch-to-new-arrayhandle' 2021-01-14 10:14:20 -05:00
ArrayHandleDecorator.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
ArrayHandleDiscard.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleExtractComponent.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleGroupVec.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleGroupVecVariable.h Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
ArrayHandleImplicit.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleIndex.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleMultiplexer.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleOffsetsToNumComponents.h Create ArrayHandleOffsetsToNumComponents 2021-02-17 10:44:47 -07:00
ArrayHandlePermutation.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleRandomStandardNormal.h
ArrayHandleRandomUniformBits.h
ArrayHandleRandomUniformReal.h
ArrayHandleRecombineVec.h Make ArrayPortalRecombineVec trivially copyable 2021-04-02 07:37:26 -06:00
ArrayHandleReverse.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleSOA.cxx Support ArrayHandleSOA only for Vec value types 2021-01-06 13:20:58 -07:00
ArrayHandleSOA.h Merge topic 'soa-array-default' 2021-01-14 12:40:58 -05:00
ArrayHandleStride.cxx Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleStride.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleSwizzle.h Simplify ArrayHandleSwizzle 2020-11-25 09:28:49 -07:00
ArrayHandleTransform.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleUniformPointCoordinates.cxx Add ArrayExtractComponent function 2020-12-16 17:22:44 -07:00
ArrayHandleUniformPointCoordinates.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleView.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleVirtual.cxx
ArrayHandleVirtual.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayHandleVirtual.hxx
ArrayHandleVirtualCoordinates.h
ArrayHandleXGCCoordinates.h update XGC ArrayHandles to new buffer style 2021-02-10 10:18:53 -05:00
ArrayHandleZip.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
ArrayPortal.h
ArrayPortalToIterators.h
ArrayRangeCompute.cxx Improve type reporting in UnknownArrayHandle 2021-08-04 12:11:10 -06:00
ArrayRangeCompute.h Add implementation of ArrayRangeCompute for UnknownArrayHandle 2021-02-17 09:18:31 -07:00
ArrayRangeCompute.hxx
ArrayRangeComputeTemplate.h
AssignerPartitionedDataSet.cxx
AssignerPartitionedDataSet.h
AtomicArray.h Add floating point atomics 2021-03-11 08:19:51 -07:00
BitField.cxx
BitField.h
BoundsCompute.cxx
BoundsCompute.h
BoundsGlobalCompute.cxx
BoundsGlobalCompute.h
CastAndCall.h Fix recursive header file dependancies 2021-08-06 06:16:29 -06:00
CellLocator.cxx Fix compile errors and warnings related to new CellLocator structure 2021-02-15 12:39:11 -07:00
CellLocator.h Add CellLocatorChooser 2021-02-15 12:39:11 -07:00
CellLocatorBoundingIntervalHierarchy.cxx Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
CellLocatorBoundingIntervalHierarchy.h Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
CellLocatorChooser.h Change Probe filter to use CellLocatorChooser 2021-02-15 12:39:12 -07:00
CellLocatorGeneral.cxx Change Probe filter to use CellLocatorChooser 2021-02-15 12:39:12 -07:00
CellLocatorGeneral.h Add CellLocatorChooser 2021-02-15 12:39:11 -07:00
CellLocatorRectilinearGrid.cxx Change Probe filter to use CellLocatorChooser 2021-02-15 12:39:12 -07:00
CellLocatorRectilinearGrid.h Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
CellLocatorTwoLevel.cxx Change Probe filter to use CellLocatorChooser 2021-02-15 12:39:12 -07:00
CellLocatorTwoLevel.h Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
CellLocatorUniformBins.h
CellLocatorUniformGrid.cxx Change Probe filter to use CellLocatorChooser 2021-02-15 12:39:12 -07:00
CellLocatorUniformGrid.h Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
CellSet.cxx
CellSet.h
CellSetExplicit.cxx CellSetExplicit: reword warning message 2021-11-01 12:33:41 -04:00
CellSetExplicit.h Compile reverse connectivity builder into vtkm_cont library 2021-09-17 09:48:21 -06:00
CellSetExplicit.hxx Compile reverse connectivity builder into vtkm_cont library 2021-09-17 09:48:21 -06:00
CellSetExtrude.cxx Response to code review. 2021-03-12 21:14:50 +00:00
CellSetExtrude.h Implement GetIndices. 2021-03-12 14:40:27 -05:00
CellSetList.h
CellSetListTag.h
CellSetPermutation.h Compile reverse connectivity builder into vtkm_cont library 2021-09-17 09:48:21 -06:00
CellSetSingleType.h Suppress deprecation warning for CellSetSingleType::GetCellShape 2021-09-17 09:48:26 -06:00
CellSetStructured.cxx
CellSetStructured.h do not use device compiler to compile source unit tests 2021-10-13 11:56:02 -06:00
CMakeLists.txt remove unnecessary includes and change to device_sources 2021-10-29 15:10:04 -06:00
ColorTable.cxx
ColorTable.h
ColorTableMap.h
ColorTablePresets.cxx
ColorTableSamples.h
ConvertNumComponentsToOffsets.cxx Precompile ConvertNumComponentsToOffsets 2021-09-16 14:27:14 -06:00
ConvertNumComponentsToOffsets.h Precompile ConvertNumComponentsToOffsets 2021-09-16 14:27:14 -06:00
CoordinateSystem.cxx Update Field to use new ArrayRangeCompute features 2021-02-17 09:18:36 -07:00
CoordinateSystem.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
DataSet.cxx Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
DataSet.h Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
DataSetBuilderCurvilinear.cxx Add helper class to build curvilinear datasets. 2021-06-09 13:50:01 -04:00
DataSetBuilderCurvilinear.h Clarify dimension values for 2d, 1d. fix test 2021-06-09 16:16:34 -04:00
DataSetBuilderExplicit.cxx
DataSetBuilderExplicit.h Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
DataSetBuilderRectilinear.cxx
DataSetBuilderRectilinear.h
DataSetBuilderUniform.cxx
DataSetBuilderUniform.h
DataSetFieldAdd.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
DefaultTypes.h.in Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
DeviceAdapter.h Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
DeviceAdapterAlgorithm.h Clarify ScanExtended 2021-09-17 09:09:38 -06:00
DeviceAdapterList.h
DeviceAdapterListTag.h
DeviceAdapterTag.cxx
DeviceAdapterTag.h
DynamicCellSet.h
EnvironmentTracker.cxx
EnvironmentTracker.h
Error.h Set what string in Error::SetMessage 2021-03-29 06:04:22 -06:00
ErrorBadAllocation.h
ErrorBadDevice.cxx
ErrorBadDevice.h
ErrorBadType.cxx
ErrorBadType.h Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
ErrorBadValue.h
ErrorExecution.h
ErrorFilterExecution.h
ErrorInternal.h
ExecutionAndControlObjectBase.h Update ImplicitFunction tests to use non-virtual objects 2021-02-22 06:40:02 -07:00
ExecutionObjectBase.h Remove virtual methods from cell locators 2021-02-15 12:39:11 -07:00
Field.cxx Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
Field.h Collect the get methods for Field in the header definition 2021-08-23 11:11:01 -06:00
FieldRangeCompute.cxx
FieldRangeCompute.h do not use device compiler to compile source unit tests 2021-10-13 11:56:02 -06:00
FieldRangeGlobalCompute.cxx
FieldRangeGlobalCompute.h
ImplicitFunctionHandle.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
Initialize.cxx Call GetRuntimeConfiguration before GetRuntimeDeviceTracker in Initialize 2021-09-02 09:17:36 -06:00
Initialize.h update vtkm initialize flags to have 'vtkm' prefix and deprecate old flags 2021-04-29 00:58:50 +00:00
Invoker.h
Logging.cxx Enable TypeToString for type_info 2021-08-04 12:11:10 -06:00
Logging.h Enable TypeToString for type_info 2021-08-04 12:11:10 -06:00
MergePartitionedDataSet.cxx fix type mismatch 2021-11-01 08:12:56 -06:00
MergePartitionedDataSet.h add merge partitioned dataset capability 2021-10-18 15:37:13 -06:00
ParticleArrayCopy.cxx
ParticleArrayCopy.h Support for dist-memory pathlines. 2021-02-05 09:40:50 -05:00
ParticleArrayCopy.hxx Support for dist-memory pathlines. 2021-02-05 09:40:50 -05:00
PartitionedDataSet.cxx PartitionedDataSet GetField should be const 2021-04-30 16:27:58 -04:00
PartitionedDataSet.h PartitionedDataSet GetField should be const 2021-04-30 16:27:58 -04:00
PointLocator.cxx implement PointLocator without virtual methods 2021-02-17 17:16:17 +00:00
PointLocator.h implement PointLocator without virtual methods 2021-02-17 17:16:17 +00:00
PointLocatorSparseGrid.cxx implement PointLocator without virtual methods 2021-02-17 17:16:17 +00:00
PointLocatorSparseGrid.h implement PointLocator without virtual methods 2021-02-17 17:16:17 +00:00
PointLocatorUniformGrid.h Rename PointLocatorUniformGrid to PointLocatorSparseGrid 2020-09-21 15:42:41 -06:00
RuntimeDeviceInformation.cxx Add changes for supporting Kokkos/HIP 2021-10-01 15:27:00 -04:00
RuntimeDeviceInformation.h implement return codes and protected virtual parsing of arguments 2021-06-23 17:58:38 +00:00
RuntimeDeviceTracker.cxx Save device choice on spawned control threads 2021-07-29 16:57:27 -06:00
RuntimeDeviceTracker.h Add RuntimeDeviceTracker::CopyState 2021-07-28 13:16:12 -06:00
SerializableTypeString.h Add missing types to serialization of UnknownArrayHandle 2021-01-13 09:19:34 -07:00
Serialization.h
Storage.cxx Add standard support for read-only storage 2020-12-10 13:39:28 -07:00
Storage.h Update documentation for Storage 2021-01-28 14:37:10 -07:00
StorageImplicit.h Re-introduced deprecated StorageImplicit.h 2020-11-23 08:12:09 -07:00
StorageList.h Unify common storage types 2021-05-13 08:18:33 -06:00
StorageListTag.h
StorageVirtual.cxx include DeviceAdapter.h in StorageVirtual.h 2021-10-13 14:40:51 -06:00
StorageVirtual.h Make new style of ArrayHandle the expected style 2021-01-12 07:17:53 -07:00
StorageVirtual.hxx remove comment about DeviceAdapter.h 2021-10-13 15:59:30 -06:00
Timer.cxx decouple Timer.h from device compiler 2021-10-13 12:11:23 -06:00
Timer.h decouple Timer.h from device compiler 2021-10-13 12:11:23 -06:00
Token.cxx
Token.h
TryExecute.cxx
TryExecute.h
UncertainArrayHandle.h Add ability to convert fields to known types 2021-08-19 07:10:20 -06:00
UnknownArrayHandle.cxx Add copy methods to UnknownArrayHandle 2021-09-28 10:46:58 -06:00
UnknownArrayHandle.h fixed typo for multiplexer 2021-10-28 08:48:21 -06:00
VariantArrayHandle.h Fix deprecation warnings with MSVC 2021-04-08 09:28:03 -06:00
VirtualObjectHandle.h Completely deprecate virtual methods 2021-04-28 07:28:32 -06:00
VirtualObjectHandle.hxx