vtk-m/vtkm/source
Kenneth Moreland a200592f4f Fix type conversions in PerlinNoise source
The `Permutations` array was created using floating point numbers. But
integers were put into it and then used when taken out of it. Simplified
everything by simply making the value type of `Permutations` as
`vtkm::Id`.
2021-12-16 09:46:01 -07:00
..
testing fixed single/double precision converstion 2021-10-14 09:15:13 -06:00
Amr.cxx add amr capability as filter 2021-12-13 09:33:47 -07:00
Amr.h add amr capability as filter 2021-12-13 09:33:47 -07:00
CMakeLists.txt Merge topic 'amrFilter' 2021-12-14 15:57:19 -05:00
Oscillator.cxx fixed single/double precision converstion 2021-10-14 09:15:13 -06:00
Oscillator.h change as suggested by code review 2021-10-12 16:22:31 -06:00
PerlinNoise.cxx Fix type conversions in PerlinNoise source 2021-12-16 09:46:01 -07:00
PerlinNoise.h Allow automatic seed for perlin noise 2021-12-16 09:46:01 -07:00
Source.cxx Sources have a more consistent API and internal style. 2019-09-13 10:22:25 -04:00
Source.h Sources have a more consistent API and internal style. 2019-09-13 10:22:25 -04:00
Tangle.cxx Name tangle source fields appropriately 2021-10-04 13:44:27 -06:00
Tangle.h Name tangle source fields appropriately 2021-10-04 13:44:27 -06:00
Wavelet.cxx add amr capability as filter 2021-12-13 09:33:47 -07:00
Wavelet.h add amr capability as filter 2021-12-13 09:33:47 -07:00