vtk-m/examples/demo
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 Revert maximum CMake version diff. 2020-06-11 15:24:35 -04:00
Demo.cxx Name tangle source fields appropriately 2021-10-04 13:44:27 -06:00
grid.vtk Add a demo for GTC2016 that covers io/filters/rendering. 2016-04-01 15:50:52 -04:00