vtk-m2/vtkm/cont/testing
Dave Pugmire a5972e6a15 Merge topic 'dataset-builder2'
f86382f0 Fix support for CoordinateSystems using ArrayHandleCartesianProduct.
d6a2a142 Add toleranced compare for values. Add tests for vtkm::Float32,Float64,Id typed arrays.
5d438353 Add toleranced comparisions for bounds validation. Also, add vtkm::Float32 and vtkm::Float64 to the testing for rectilinear and regular datasets.
b225ae97 Rectilinear coordinates (created with DataSetBuilderRectilinear) are now converted to vtkm::FloatDefault. This reduces the number of types to consider when casting inside CoordinateSystem, and was felt by all to be a reasonable restriction.
d755e43d Use ArrayHandleCompositeVector to represent separated point arrays for DataSetBuilderExplicit.h.
c7b0ffb8 Add tests for DataSetBuilderExplicit. Added cont/testing/ExplicitTestData.h which includes several explicit datasets.  These datasets come from VTK data generated in VisIt.  The new unit tests build datasets in several different ways and do some basic validation.
b4d04fff Add specialization of printSummary_ArrayHandle for UInt8. It prints them as characters, which are a little hard to understand to this computer scientist.
bd929c20 Fix compiler warnings.
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: Kenneth Moreland <kmorel@sandia.gov>
Merge-request: !262
2016-01-14 14:57:02 -05:00
..
CMakeLists.txt Merge topic 'dataset-builder2' 2016-01-14 14:57:02 -05:00
ExplicitTestData.h Add tests for DataSetBuilderExplicit. 2016-01-05 16:28:57 -05:00
MakeTestDataSet.h Change interface to DataSetBuilderRegular::Create to better match the VTKM philosophy. Modify the MakeTestDataSet class to use the new interface. 2015-12-24 11:46:07 -05:00
Testing.h Tests catch STL exceptions and report on their names. 2015-08-28 12:19:46 -06:00
TestingArrayHandles.h Merge branch 'easier-cast-and-call' into 'master' 2015-09-23 11:01:18 -04:00
TestingComputeBounds.h CoordinateSystem handles uniform point coordinates. 2015-08-25 14:38:50 -06:00
TestingDataSetExplicit.h Fix issue with PointToCell indices not being computed. 2015-12-08 15:14:43 -05:00
TestingDataSetSingleType.h Parallel CellToPoint initial code. 2015-10-30 13:59:36 -06:00
TestingDeviceAdapter.h Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
TestingFancyArrayHandles.h Support control array portals in composite vector. 2016-01-04 12:53:56 -07:00
UnitTestArrayHandle.cxx Extend the array handle testing to be done on a per device basis. 2015-06-25 08:21:49 -04:00
UnitTestArrayHandleCartesianProduct.cxx Add toleranced compare for values. 2016-01-07 11:04:38 -05:00
UnitTestArrayHandleCompositeVector.cxx Deal with small integer promotions 2015-07-30 17:41:58 -06:00
UnitTestArrayHandleCounting.cxx ArrayHandleCounting now supports step 2015-09-14 22:55:44 -06:00
UnitTestArrayHandleFancy.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleImplicit.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestArrayHandleIndex.cxx Add ArrayHandleIndex class. 2015-09-14 22:11:09 -06:00
UnitTestArrayHandlePermutation.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestArrayHandleTransform.cxx ArrayHandleCounting now supports step 2015-09-14 22:55:44 -06:00
UnitTestArrayHandleUniformPointCoordinates.cxx Update ArrayPortalUniformPointCoordinates 2015-08-25 14:27:01 -06:00
UnitTestArrayPortalToIterators.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestComputeBoundsSerial.cxx Add compute bounds to Fields 2015-07-22 12:17:33 -04:00
UnitTestContTesting.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDataSetBuilderExplicit.cxx Add toleranced comparisions for bounds validation. 2016-01-07 10:52:31 -05:00
UnitTestDataSetBuilderRectilinear.cxx Fix support for CoordinateSystems using ArrayHandleCartesianProduct. 2016-01-07 14:17:23 -05:00
UnitTestDataSetBuilderRegular.cxx Add toleranced comparisions for bounds validation. 2016-01-07 10:52:31 -05:00
UnitTestDataSetExplicit.cxx Cleanup and fix an issue in Explicit dataset testing with the initial merge. 2015-12-04 16:15:51 -05:00
UnitTestDataSetPermutation.cxx Add DeviceAdapterSerial.h to data set permuation test 2015-11-02 10:49:51 -07:00
UnitTestDataSetRectilinear.cxx Cleanup and fix an issue in Explicit dataset testing with the initial merge. 2015-12-04 16:15:51 -05:00
UnitTestDataSetRegular.cxx Add dataset builder classes. 2015-12-01 17:22:47 -05:00
UnitTestDataSetSingleType.cxx Parallel CellToPoint initial code. 2015-10-30 13:59:36 -06:00
UnitTestDeviceAdapterAlgorithmDependency.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDeviceAdapterAlgorithmGeneral.cxx Extend vtkm::DeviceAdapterTraits to include a unique numeric identifier. 2015-12-16 11:18:52 -05:00
UnitTestDeviceAdapterSerial.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
UnitTestDynamicArrayHandle.cxx Allow resetting the Type and Storage of a DynamicArrayHandle in a single call. 2016-01-08 11:47:59 -05:00
UnitTestDynamicCellSet.cxx CellSetExplicit uses UInt8 for shape, and IdComponent for numIndices. 2015-09-23 11:17:04 -04:00
UnitTestRuntimeDeviceInformation.cxx Adding vtkm::cont::RuntimeDeviceInformation. 2015-12-15 17:25:27 -05:00
UnitTestStorageBasic.cxx Change StorageBasic to use an aligned allocator. 2015-08-11 13:42:55 -06:00
UnitTestStorageImplicit.cxx Make releasing an implicit storage resources a no-op instead of exception. 2015-06-29 11:56:53 -04:00
UnitTestStorageListTag.cxx Correct all signed / unsigned and narrowing warnings ( 64bit to 32bit ). 2015-05-28 09:05:17 -04:00
UnitTestTimer.cxx The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00