vtk-m2/vtkm/cont/testing
2021-02-10 15:20:35 -05:00
..
CMakeLists.txt removing ArrayHandleExtrude* 2021-02-10 15:20:35 -05:00
ExplicitTestData.h
MakeTestDataSet.h Refactor mesh classes: switch from row/col/slice to vtkm::Id2/Id3 2020-09-15 11:15:27 -07:00
TestEqualArrayHandles.cxx Wrap test_equal_ArrayHandles into a precompiled library 2020-12-22 17:17:19 -07:00
Testing.h Fix deprecation warnings 2021-01-26 07:56:39 -07:00
TestingArrayHandleMultiplexer.h Fix issue with CUDA and ArrayHandleMultiplexer 2020-07-06 13:51:36 -06:00
TestingArrayHandles.h Make deprecated tags more descriptive 2021-02-09 09:45:41 -07:00
TestingBitField.h Update CellSetExtrude to not specify exec types by device 2021-02-08 16:57:16 -07:00
TestingCellLocatorRectilinearGrid.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
TestingCellLocatorTwoLevel.h Fix deprecation warnings 2021-01-26 07:56:39 -07:00
TestingCellLocatorUniformGrid.h Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
TestingColorTable.h Deprecate templated versions of Field::GetRange 2020-11-09 12:28:29 -07:00
TestingComputeRange.h Deprecate templated versions of Field::GetRange 2020-11-09 12:28:29 -07:00
TestingDataSetExplicit.h Deprecate ReadPortal().Get pattern. 2020-05-12 15:43:40 -04:00
TestingDataSetSingleType.h Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
TestingDeviceAdapter.h Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
TestingFancyArrayHandles.h Break circular dependency of ArrayCopy.h and UnknownArrayHandle.h 2021-02-02 17:33:08 -07:00
TestingImplicitFunction.h Support coordinates of both float32 and float64 2020-07-14 08:53:01 -06:00
TestingPointLocatorSparseGrid.h Rename PointLocatorUniformGrid to PointLocatorSparseGrid 2020-09-21 15:42:41 -06:00
TestingSerialization.h Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
TestingVirtualObjectHandle.h Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestAlgorithm.cxx Remove ArrayHandleStreaming capabilities 2020-03-24 15:01:56 -06:00
UnitTestArrayCopy.cxx Add general ArrayCopy between UnknownArrayHandles 2021-02-02 17:33:08 -07:00
UnitTestArrayExtractComponent.cxx Disable resizing of ArrayHandleStride 2020-12-16 17:22:44 -07:00
UnitTestArrayGetValues.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestArrayHandleCartesianProduct.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestArrayHandleCompositeVector.cxx Remove test for ArrayHandleCompositeVector with bad lengths 2020-11-23 17:41:07 -07:00
UnitTestArrayHandleConcatenate.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestArrayHandleCounting.cxx Update ArrayHandleImplicit to new array style with Buffer 2020-10-21 08:36:29 -06:00
UnitTestArrayHandleDecorator.cxx Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
UnitTestArrayHandleDiscard.cxx Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
UnitTestArrayHandleExtractComponent.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleImplicit.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleIndex.cxx ReadPortal().Get(idx) is slow in a loop. 2020-05-08 11:30:59 -04:00
UnitTestArrayHandlePermutation.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleRandomStandardNormal.cxx Add ArrayHandleRandomStandardNormal 2020-06-17 15:48:09 -06:00
UnitTestArrayHandleRandomUniformBits.cxx Move test_equal_* classes to top namespace 2020-12-22 13:46:02 -07:00
UnitTestArrayHandleRandomUniformReal.cxx Add deterministic seed to avoid potential spurious failure 2020-06-17 13:36:15 -06:00
UnitTestArrayHandleReverse.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestArrayHandleSwizzle.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleThreadSafety.cxx Fix potential deadlock in ArrayHandle::PrepareForOutput 2020-07-07 18:30:38 -06:00
UnitTestArrayHandleTransform.cxx Deprecate ArrayHandle::ExecutionTypes 2021-02-08 12:17:37 -07:00
UnitTestArrayHandleUniformPointCoordinates.cxx Properly handle Get(Id3) in ArrayPortalCheck 2020-03-18 10:51:20 -06:00
UnitTestArrayHandleVirtual.cxx Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
UnitTestArrayHandleXGCCoordinates.cxx testing array range for xgc coords 2021-02-10 15:20:35 -05:00
UnitTestArrayPortalToIterators.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestCellLocatorGeneral.cxx Support coordinates of both float32 and float64 2020-07-14 08:53:01 -06:00
UnitTestCellSet.cxx Make deprecated tags more descriptive 2021-02-09 09:45:41 -07:00
UnitTestCellSetExplicit.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestCellSetExtrude.cxx removing ArrayHandleExtrude* 2021-02-10 15:20:35 -05:00
UnitTestCellSetPermutation.cxx ReadPortal().Get(idx) is slow in a loop. 2020-05-08 11:30:59 -04:00
UnitTestContTesting.cxx
UnitTestDataSetBuilderExplicit.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestDataSetBuilderRectilinear.cxx Use data method to get pointer from std::vector 2020-07-23 11:02:40 -06:00
UnitTestDataSetBuilderUniform.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestDataSetPermutation.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestDataSetRectilinear.cxx
UnitTestDataSetUniform.cxx
UnitTestDeviceAdapterAlgorithmDependency.cxx
UnitTestDeviceAdapterAlgorithmGeneral.cxx Remove ArrayManagerExecution 2020-12-08 13:18:44 -07:00
UnitTestDynamicCellSet.cxx
UnitTestError.cxx
UnitTestFieldRangeCompute.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestFieldRangeGlobalCompute.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestInitialize.cxx
UnitTestLogging.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestMoveConstructors.cxx Optionally remove all use of ArrayHandleVirtual 2020-09-04 22:52:45 -06:00
UnitTestParticleArrayCopy.cxx Bug fix. Must copy particles. 2021-02-05 12:17:27 -05:00
UnitTestPartitionedDataSet.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestRuntimeDeviceInformation.cxx Add Kokkos backend 2020-08-12 13:55:24 -04:00
UnitTestRuntimeDeviceNames.cxx Add Kokkos backend 2020-08-12 13:55:24 -04:00
UnitTestScopedRuntimeDeviceTracker.cxx Add Kokkos backend 2020-08-12 13:55:24 -04:00
UnitTestSerializationArrayHandle.cxx Break circular dependency of ArrayCopy.h and UnknownArrayHandle.h 2021-02-02 17:33:08 -07:00
UnitTestSerializationDataSet.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestStorageList.cxx
UnitTestStorageListTag.cxx
UnitTestTimer.cxx Remove unused variable from UnitTestTimer. 2020-05-13 13:00:40 -04:00
UnitTestToken.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestTryExecute.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestUnknownArrayHandle.cxx Add test for UnknownArrayHandle::NewInstanceFloatBasic 2021-02-01 10:24:13 -07:00
UnitTestVariantArrayHandle.cxx Add types appropriate for Ascent 2021-01-07 08:15:17 -07:00