vtk-m/vtkm/source/testing
Kenneth Moreland ea1a55359f Name tangle source fields appropriately
The `Tangle` source would create a point field generically named
`nodevar`. This name was not indicitive of the data or its source. Thus,
the output point field has been renamed `tangle`.

The `Tangle` source was also creating a cell field (named `cellvar`).
This field was really just a mirror of the cell indices (counting from 0
on up). This field has been removed from the input. If you want such a
field, you can now use the `GenerateIds` filter to add it to any data
set.
2021-10-04 13:44:27 -06:00
..
CMakeLists.txt Add a test explicitly for vtkm::source::Tangle 2019-09-13 16:11:14 -04:00
UnitTestTangleSource.cxx Name tangle source fields appropriately 2021-10-04 13:44:27 -06:00
UnitTestWaveletSource.cxx Reduce runtime of unit tests. 2021-04-12 18:51:51 -04:00