- 24 Sep, 2019 3 commits
-
-
Steven Walton authored
Still need RSS implemented to even compile. I'm sure there are some basic mistakes but they should be easy to flush out tomorrow.
-
Steven Walton authored
Need Hanks worklet method. Assuming name of Area and Volume metrics. Should be fine.
-
Steven Walton authored
-
- 23 Sep, 2019 6 commits
-
-
Steven Walton authored
-
-
Steven Walton authored
Chased down an error for a long time because vtkm caches with cmake poorly and preserved an error that was fixed. Adjusted test case from != to a tolerance based value based on the precision.
-
Robert Maynard authored
a265d1f8 Document vtkm_filter and vtkm_source have compiled components Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1864
-
Robert Maynard authored
-
Matt Larsen authored
8edfd8eb using vtkm aligned union for all intel compilers Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1863
-
- 21 Sep, 2019 3 commits
-
-
Steven Walton authored
I'm not sure about these files. I'm getting errors on them that are really weird and as soon as I remove Dimension the errors go away. So I'm not sure if it is Dim or these causing the errors (pair commit)
-
Steven Walton authored
-
Matt Larsen authored
-
- 20 Sep, 2019 1 commit
-
-
Steven Walton authored
-
- 19 Sep, 2019 10 commits
-
-
Kenneth Moreland authored
40ad3256 Fix policy use in FilterDataSet::MapFieldOntoOutput Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1859
-
Steven Walton authored
-
Steven Walton authored
-
Robert Maynard authored
a46a83cc GCC 4.8 now correctly compiles ArrayHandleDecorator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1857
-
Robert Maynard authored
99cbbf2f Correct a regression in ArrayHandleDecorator with VisualStudio 2017 e93ce607 Increase VecTraits GCC workaround to be for all GCC 4 and 5 versions Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1860
-
Robert Maynard authored
-
Kenneth Moreland authored
In FilterDataSet::MapFieldOntoOutput, it was getting each field to map using the traits reserved for the active field. However, when mapping a field outside of the DoExecute, we want to consider a broader set of types.
-
Robert Maynard authored
-
Robert Maynard authored
a46a83cc GCC 4.8 now correctly compiles ArrayHandleDecorator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1857
-
Robert Maynard authored
-
- 18 Sep, 2019 13 commits
-
-
Steven Walton authored
-
Roxana Bujack authored
9c41daa2 change input to spacing and radius to make it more intuitive b991d3c6 merge style differences 7d0ee16f add the real double radius for scaling Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1825
-
Robert Maynard authored
8520d70e Compile most frequently used VTK-m filters into a library d1d61b9e vtkm::filter::Filter passes filter policies by value 4ff021b0 Improve VTK-m compilation times by compiling more keys<T> types Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1836
-
Robert Maynard authored
e6a2089d Require CMake 3.12+ for using OpenMP backend Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Kenneth Moreland <kmorel@sandia.gov> Merge-request: !1856
-
Robert Maynard authored
3ef234ef Move Oscillator to the sources directory 5c69f1ba Update Wavelet to use WorkletVisitPointsWithCells 62357dea Tangle source has better runtime performance eb3d8665 Add a test explicitly for vtkm::source::Tangle 63f24380 Add vtkm::source::Wavelet as a new source 257dc1f8 Sources have a more consistent API and internal style. 2d455bbe Document what the Tangle source will generate Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1850
-
Allison Vacanti authored
7e01edb0 Ensure that Portal::Set isn't defined for read-only portals. Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Robert Maynard <robert.maynard@kitware.com> Merge-request: !1848
-
Hank authored
f9d02b37 remove file that should not have been checked in d5991747 rename half variable to avoid shadowing CUDA global 954e2587 fix problem with filename 91f7e763 fix copyright, warnings, cmake for Jacobian-cellmetric branch e040ea05 formatting suggestions from KMorel f4edb6a8 remove trailing whitespace ccedb5aa Jacobian working, unit test working 560aa1f6 add support for outputname ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1855
-
Robert Maynard authored
VTK-m now provides the following filters with the default policy as part of the vtkm_filter library: - CellAverage - CleanGrid - ClipWithField - ClipWithImplicitFunction - Contour - ExternalFaces - ExtractStructured - PointAverage - Threshold - VectorMagnitude By building these as a library we hope to provide faster compile times for consumers of VTK-m when using common configurations.
-
Hank Childs authored
-
Robert Maynard authored
-
Hank Childs authored
-
Hank Childs authored
-
Hank Childs authored
-
- 17 Sep, 2019 4 commits
-
-
Hank Childs authored
-
Hank Childs authored
-
Hank Childs authored
-
Robert Maynard authored
It now follows the same pattern that all filter implementations use
-