vtk-m2/vtkm/cont
Robert Maynard ad0593e845 Merge topic 'wavelet2'
35a81df0 change variable names to avoid confusion
b2719157 simplify functions to get the approximation and detail coefficients length
d7e94e3a update 2D idwt to not assign zero to the last element of cDTemp
568bd63f fix a few warnings
514dcf4b see if unused warning shows up
30660bf4 fix comments by Rob
97118931 improved error message when test failing
9b45dba3 fix 2 warnings
...

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !577
2016-11-08 16:10:15 -05:00
..
arg Remove boost CMake logic as VTK-m doesn't require boost now. 2016-10-21 08:41:22 -04:00
cuda Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
internal Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
serial Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
tbb Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
testing fix warnings. 2016-11-04 15:28:48 -04:00
ArrayHandle.h Merge branch 'master' into rendering-library 2016-09-09 13:59:15 -06:00
ArrayHandleCartesianProduct.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayHandleCast.h Some minor changes to fancy array handles. 2016-04-07 16:48:49 -06:00
ArrayHandleCompositeVector.h Remove cont/Assert.h and exec/Assert.h 2016-04-20 15:41:14 -06:00
ArrayHandleConcatenate.h fix comments by Rob 2016-10-11 13:42:51 -07:00
ArrayHandleConstant.h Some minor changes to fancy array handles. 2016-04-07 16:48:49 -06:00
ArrayHandleCounting.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleGroupVec.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
ArrayHandleImplicit.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleIndex.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandlePermutation.h changes to ArrayHandlePermutation reverted 2016-08-06 12:52:55 -07:00
ArrayHandleTransform.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayHandleUniformPointCoordinates.h Add default constructors/destructors/assignment to ArrayHandle classes 2015-10-21 13:36:27 -06:00
ArrayHandleZip.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayPortal.h Collapse exec and cont portals into one class. 2016-08-02 11:26:29 -04:00
ArrayPortalToIterators.h Suppress false positive warnings from nvcc about host/device. 2016-04-01 15:50:52 -04:00
CellSet.h Switch over to c++11 type_traits. 2016-08-31 16:11:26 -04:00
CellSetExplicit.h Refactor vtkm::Types to be concise and move math helpers out of internal. 2016-10-28 14:57:16 -04:00
CellSetListTag.h Allow filters to have finer control on what cell sets they support 2016-05-26 11:32:35 -04:00
CellSetPermutation.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CellSetSingleType.h CellSetSingleType now can be constructed with proper number of points 2016-10-20 08:33:16 -04:00
CellSetStructured.h removing cell set dimensionality and splitting tetrahedralizer. 2016-05-13 14:26:59 -04:00
CMakeLists.txt Remove boost CMake logic as VTK-m doesn't require boost now. 2016-10-21 08:41:22 -04:00
CoordinateSystem.h Use c++11 variadic templates as storage of ListTags. 2016-09-23 16:39:20 -04:00
DataSet.h In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
DataSetBuilderExplicit.h CellSetSingleType now can be constructed with proper number of points 2016-10-20 08:33:16 -04:00
DataSetBuilderRectilinear.h Merge branch 'master' of gitlab.kitware.com:vtk/vtk-m 2016-10-12 14:40:32 -04:00
DataSetBuilderUniform.h Force uniform datasets to always produce FloatDefault point coordiantes. 2016-11-07 14:12:32 -05:00
DataSetFieldAdd.h In DynamicCellSet, expose CellSet API. 2016-08-02 13:39:25 -04:00
DeviceAdapter.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
DeviceAdapterAlgorithm.h Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
DeviceAdapterListTag.h Add vtkm/cont/serial directory for the serial backend. 2016-09-28 14:22:53 -04:00
DynamicArrayHandle.h Use c++11 variadic templates as storage of ListTags. 2016-09-23 16:39:20 -04:00
DynamicCellSet.h Use c++11 variadic templates as storage of ListTags. 2016-09-23 16:39:20 -04:00
Error.h Fix error about redefinition of GetMessageA or GetMessageB 2016-04-21 08:23:34 -06:00
ErrorControl.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadAllocation.h Add Bad Allocation error. 2015-09-22 10:54:22 -04:00
ErrorControlBadType.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlBadValue.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorControlInternal.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
ErrorExecution.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Field.h make CastAndCall a free function instead of a class. 2016-08-05 15:18:22 -04:00
LogicalStructure.h fleshing out cell set and data set more. 2015-05-11 16:54:16 -04:00
RuntimeDeviceInformation.h Adding vtkm::cont::RuntimeDeviceInformation. 2015-12-15 17:25:27 -05:00
Storage.h Replace ErrorControlOutOfMemory with ErrorControlBadAllocation. 2015-10-01 14:25:28 -04:00
StorageBasic.h Correct failures finding ptrdiff_t now that boost is gone. 2016-10-19 08:35:45 -04:00
StorageImplicit.h Fix warning about using wrong type in pointer addition 2016-06-22 13:47:59 -06:00
StorageListTag.h Created DynamicCellSet 2015-07-27 16:58:29 -06:00
Timer.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
TryExecute.h Fix inappropriate placement of typename keyword 2016-08-17 15:51:43 -06:00