- Jan 12, 2017
-
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
Make all non-templated PrintVectors methods inline
-
Patricia Kroll Fasel - 090207 authored
non-templated code it contains causing doubly defineds.
-
Patricia Kroll Fasel - 090207 authored
Remove worklet/contourtree/PrintVectors.h from CMakeLists.txt.
-
- Jan 11, 2017
-
-
Patricia Kroll Fasel - 090207 authored
-
- Jan 10, 2017
-
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
- Jan 09, 2017
-
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
Patricia Kroll Fasel - 090207 authored
-
- Jan 05, 2017
-
-
a339f3ac Had to rewrite tbb reduce to correct all the problems. 0120157e Correct tbb reduction algorithm to be correct when using multiple threads. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !654
-
- Jan 04, 2017
-
-
Robert Maynard authored
The previous implementation(s) didn't properly handle non identity initial values properly.
-
Robert Maynard authored
-
- Jan 03, 2017
-
-
270ece24 Types and Matrix don't emit Wunused-value warnings from __builtin_expect 1052a715 ConnectivityPermuted explicitly suppress cuda host/device warnings 137dffb4 CellSetPermutation copy constructor to suppress cuda warnings. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !651
-
Robert Maynard authored
When using Types or Matrix with the nvcc compiler with Wunused-value enabled you would get the following warning: (__builtin_expect(!(rowIndex < (this,NUM_ROWS)), 0)) ? __assert_rtn(__func__, "vtkm/Matrix.h", 86, "rowIndex < this->NUM_ROWS") : ((void)0); This is solved by changing this->NUM_ROWS to just NUM_ROWS.
-
- Jan 02, 2017
-
-
4a870718 Fix a unused parameter warning in the UnitTestListTag Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !650
-
Robert Maynard authored
The class can emit false positive warnings when being compiled with cuda but SMP backends.
-
Robert Maynard authored
Without an explicit copy constructor when cuda is used it generates a copy constructor which is marked up as host/device and than emits warnings.
-
Robert Maynard authored
-
- Jan 01, 2017
-
-
c27bb01f Introduces ListTagUniversal which represents a list of everything. 9eb28841 vtkm::filter now deduces the subset of valid field types. 49c5e822 vtkm can now find the intersection of two ListTags. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !649
-
- Dec 30, 2016
-
-
Robert Maynard authored
This makes the FilterTraits design simpler and easier to understand.
-
Robert Maynard authored
Previously the ApplyPolicy logic was to use the filters field set, and ignore the policy field set. But this caused problems, as a filter couldn't express that it was able to work on all valid types. This caused certain complex types Vec of Vec's to fail to work properly, and would cause compile use code paths that would never be valid for a given policy.
-
- Dec 29, 2016
-
-
Robert Maynard authored
This is the first step in having filters which obey both the filters field policy and the users applied policy in field what fields they can run on.
-
c064e006 The Average filters now obey the policy when casting DynamicCellSets. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !648
-
Robert Maynard authored
-
- Dec 23, 2016
-
-
66fc2fa5 PointGradients now use the proper device adapter. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !647
-
Robert Maynard authored
-
b0a6b179 Add support for computing divergence to the gradient filter. 5eade282 Restrict Gradient to scalar values and vec<3> of scalar values. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !646
-
Robert Maynard authored
-
Robert Maynard authored
-
- Dec 21, 2016
-
-
eb0691f5 Fix example data set for marching cubes test a5817da4 Fix cow nose data set 02bf444d Test that the array transports check the size of input arrays 9ea10317 Add passing input domain to transport operator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !643
-
- Dec 20, 2016
-
-
Kenneth Moreland authored
It was not properly setting the number of points.
-
- Dec 19, 2016
-
-
Kenneth Moreland authored
It was not properly setting the number of points.
-
Kenneth Moreland authored
-
Kenneth Moreland authored
Previously, the operator for a Transport class took the object being transported to the execution environment and the size of the output domain. This change also passes in the control-side argument for the input domain. This will help check input array sizes as well as make other potential transformations based on the input domain.
-
75288e2d Correct location of VTKM_EXEC on Vorticity worklets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !642
-
Robert Maynard authored
-
f71f3ed0 Allow the gradient filter to compute Vorticity and QCriterion. efb119ea Sort the worklet headers, as they should be in alphabetical order. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !638
-
- Dec 16, 2016
-
-
c9e146a2 Make literals for bits unsigned Acked-by:
Kitware Robot <kwrobot@kitware.com> Reviewed-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !641
-