vtk-m2/vtkm/cont/testing
David Thompson 1cf1ca7141 Merge topic 'cell-measure'
00c7905a Rename `vtkm::dot()` to `vtkm::Dot()`.
dd7c17f7 Compute cell measures (arc length, area, volume).

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Robert Maynard <robert.maynard@kitware.com>
Merge-request: !1203
2018-05-17 11:02:34 -04:00
..
CMakeLists.txt add support to run test with MPI. 2018-04-10 14:48:37 -04:00
ExplicitTestData.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
MakeTestDataSet.h fix warning in MakeTestDataSet 2018-04-02 09:30:58 -04:00
Testing.h add support to run test with MPI. 2018-04-10 14:48:37 -04:00
TestingArrayHandles.h Make Swizzle and ExtractComponent array parameters runtime vars. 2018-05-16 11:45:11 -04:00
TestingArrayHandleVirtualCoordinates.h Reformat some test code to stop gcc 7.3 from segfaulting. 2018-05-02 13:32:02 -04:00
TestingCellLocatorTwoLevelUniformGrid.h Move Scatter from Worklet to Dispatcher 2018-04-27 00:43:51 -04:00
TestingColorTable.h Properly clean up ColorTable's memory. 2018-04-05 14:43:51 -04:00
TestingComputeRange.h Correct a bad memcpy in ColorTable that gcc 7 found 2018-05-02 13:32:02 -04:00
TestingDataSetExplicit.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TestingDataSetSingleType.h Update copyright for Sandia 2017-09-20 15:33:44 -06:00
TestingDeviceAdapter.h iVTK-m CUDA backend doesn't use thrust::cuda::pointer any more. 2018-02-02 08:33:17 -05:00
TestingFancyArrayHandles.h Merge topic 'cell-measure' 2018-05-17 11:02:34 -04:00
TestingImplicitFunction.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
TestingPointLocatorUniformGrid.h vtkm prefers 'using' over typedef. 2018-02-23 10:47:20 -05:00
TestingVirtualObjectHandle.h Switch from faux to true virtuals 2017-11-06 15:25:29 -05:00
UnitTestAlgorithm.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestArrayCopy.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestArrayHandleCartesianProduct.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleCompositeVector.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestArrayHandleConcatenate.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleCounting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleDiscard.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestArrayHandleExtractComponent.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestArrayHandleImplicit.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleIndex.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandlePermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleReverse.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayHandleSwizzle.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestArrayHandleTransform.cxx Rename vtkm::dot() to vtkm::Dot(). 2018-05-17 08:51:01 -04:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestArrayPortalToIterators.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00
UnitTestCellLocator.cxx Add CellLocator 2018-01-12 10:16:26 -05:00
UnitTestCellSetExplicit.cxx Enable highest level of warnings(W4) under MSVC 2017-09-22 13:04:28 -04:00
UnitTestCellSetPermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestContTesting.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetBuilderExplicit.cxx Correct warnings found after disabling all warning when CUDA is enabled. 2018-04-04 11:00:12 -04:00
UnitTestDataSetBuilderRectilinear.cxx Correct casting warnings found with new cmake code 2018-01-16 15:42:36 -05:00
UnitTestDataSetBuilderUniform.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetPermutation.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetRectilinear.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDataSetUniform.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
UnitTestDynamicArrayHandle.cxx Refactor ArrayHandleCompositeVector to simplify usage and impl. 2018-05-16 11:45:12 -04:00
UnitTestDynamicCellSet.cxx Update tests and a single worklet to verify new CastAndCall works 2017-11-08 13:19:05 -05:00
UnitTestFieldRangeCompute.cxx add FieldRangeCompute. 2018-04-05 17:16:10 -04:00
UnitTestFieldRangeGlobalCompute.cxx add support to run test with MPI. 2018-04-10 14:48:37 -04:00
UnitTestMultiBlock.cxx Remove GetBounds methods from MultiBlock. 2018-04-05 17:31:49 -04:00
UnitTestRuntimeDeviceInformation.cxx Re-implement DeviceAdapterRuntimeDetector to avoid ODR violations. 2018-05-15 13:08:34 -04:00
UnitTestStorageBasic.cxx VTK-m StorageBasic is now able to give/take ownership of user allocated memory. 2018-04-04 11:27:57 -04:00
UnitTestStorageImplicit.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestStorageListTag.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTimer.cxx Update copyright for Sandia 2017-09-20 15:33:44 -06:00
UnitTestTryExecute.cxx Switch over from static const to static constexpr where possible. 2018-03-10 11:39:58 -05:00