vtk-m/vtkm/worklet/testing
2021-12-13 10:41:42 -07:00
..
CMakeLists.txt Fix CMakeLists.txt after moving header file. 2021-11-08 11:41:21 -08:00
GenerateTestDataSets.h Move PA tests into Streamline 2020-11-02 16:25:38 -05:00
TestingContourTreeUniformDistributedLoadArrays.h Moved I/O functions to testing directory. 2021-11-08 11:41:15 -08:00
UnitTestAverageByKey.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestBoundingIntervalHierarchy.cxx implement openmp runtime device configuration and update code to use it 2021-09-15 14:22:59 -06:00
UnitTestCellAverage.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestCellDeepCopy.cxx Refactor CellSetExplicit to remove NumIndices. 2019-09-30 12:27:13 -04:00
UnitTestCellGradient.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCellMeasure.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestCellSetConnectivity.cxx Name tangle source fields appropriately 2021-10-04 13:44:27 -06:00
UnitTestCellSetDualGraph.cxx Consolidate count-to-offset algorithms 2021-09-16 14:24:41 -06:00
UnitTestClipping.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestClippingWithFunction.cxx Deprecate DataSetFieldAdd. 2020-05-27 15:27:47 -04:00
UnitTestContour.cxx use new header file 2021-12-13 10:41:42 -07:00
UnitTestContourTreeUniform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourTreeUniformAugmented.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestContourTreeUniformDistributed.cxx Moved I/O functions to testing directory. 2021-11-08 11:41:15 -08:00
UnitTestCoordinateSystemTransform.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestCosmoTools.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestCrossProduct.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestDescriptiveStatistics.cxx fix floating point casting warning in worklet test 2020-09-08 17:47:53 +00:00
UnitTestDotProduct.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestExternalFaces.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestExtractGeometry.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractPoints.cxx Remove use of deprecated ImplicitFunctions with virtual methods 2021-02-22 06:40:02 -07:00
UnitTestExtractStructured.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestFieldHistogram.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestFieldStatistics.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestGraphConnectivity.cxx remove test on large graph and sample data 2020-10-08 13:26:46 -06:00
UnitTestImageConnectivity.cxx Change Field to hold UnknownArrayHandle rather than VariantArrayHandle 2021-01-14 17:01:22 -07:00
UnitTestInnerJoin.cxx Fix tests that relied on stable sort 2020-08-27 14:50:51 -06:00
UnitTestKeys.cxx Make deprecated tags more descriptive 2021-02-09 09:45:41 -07:00
UnitTestMagnitude.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMask.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestMaskIndices.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestMaskPoints.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestMaskSelect.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestNDimsEntropy.cxx conslidate the license statement 2019-04-17 10:57:13 -06:00
UnitTestNDimsHistMarginalization.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestNDimsHistogram.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestNormalize.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestOrientNormals.cxx Change Wavelet output field name to RTData 2021-10-04 13:44:27 -06:00
UnitTestParticleAdvection.cxx Removing virtuals v1 2021-03-22 23:00:36 -07:00
UnitTestPointElevation.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestPointerJumping.cxx Break circular dependency of ArrayCopy.h and UnknownArrayHandle.h 2021-02-02 17:33:08 -07:00
UnitTestPointGradient.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestPointTransform.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestProbe.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestRemoveUnusedPoints.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScalarsToColors.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestScatterAndMask.cxx Reverse Invoker, Dispatcher and Worklet dependency 2020-07-21 17:25:43 -06:00
UnitTestScatterAndMaskWithTopology.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestScatterCounting.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestScatterPermutation.cxx Remove locking control ArrayPortals 2020-03-16 07:10:10 -06:00
UnitTestSplatKernels.cxx Update VTK-m code to use new Vec aliases 2019-07-31 12:55:40 -06:00
UnitTestSplitSharpEdges.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestStreamLineUniformGrid.cxx Fix errors with memory access 2020-07-23 11:02:40 -06:00
UnitTestStreamSurface.cxx Test that no warnings are generated and tests pass. 2020-04-29 11:30:18 -04:00
UnitTestSurfaceNormals.cxx Use new ways to get array portal in control environment 2020-02-26 13:10:46 -07:00
UnitTestTemporalAdvection.cxx Removing virtuals v1 2021-03-22 23:00:36 -07:00
UnitTestTetrahedralize.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestThreshold.cxx Updating threshold to return all or part in range. 2021-08-31 15:33:45 -04:00
UnitTestThresholdPoints.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTriangleWinding.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestTriangulate.cxx Remove multiple vtkm::cont::CellSet from vtkm::cont::DataSet 2019-09-02 09:04:51 -04:00
UnitTestTube.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestVertexClustering.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpScalar.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWarpVector.cxx CoordinateSystem data is VariantArrayHandle 2020-07-14 08:50:39 -06:00
UnitTestWaveletCompressor.cxx Ignore computationTime. 2021-04-12 18:51:52 -04:00
UnitTestWholeCellSetIn.cxx Improvements to moving data into ArrayHandle 2020-07-23 10:53:38 -06:00
UnitTestWorkletMapField3d.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapField.cxx Deprecate ArrayHandle::Shrink 2021-02-01 08:07:40 -07:00
UnitTestWorkletMapFieldExecArg.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapFieldWholeArray.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapFieldWholeArrayAtomic.cxx Deprecate VariantArrayHandle 2021-04-07 16:12:38 -06:00
UnitTestWorkletMapPointNeighborhood.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletMapTopologyExplicit.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletMapTopologyUniform.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00
UnitTestWorkletReduceByKey.cxx clang-format: reformat the repository with clang-format-9 2020-08-24 14:01:08 -04:00
UnitTestZFPCompressor.cxx Fix deprecation warnings 2021-01-26 07:56:39 -07:00