vtk-m/examples
Kenneth Moreland 84bc723121 Make source parameters more clear
Originally, most of the sources used constructor parameters to set the
various options of the source. Although convenient, it was difficult to
keep track of what each parameter meant. To make the code more clear,
source parameters are now set with accessor functions (e.g.
`SetPointDimensions`). Although this makes code more verbose, it helps
prevent mistakes and makes the changes more resilient to future changes.
2022-12-01 08:13:58 -07:00
..
clipping Add module mechanism 2022-10-26 12:51:05 -06:00
contour_tree Add module mechanism 2022-10-26 12:51:05 -06:00
contour_tree_augmented Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
contour_tree_distributed Add module mechanism 2022-10-26 12:51:05 -06:00
cosmotools Add module mechanism 2022-10-26 12:51:05 -06:00
demo Make source parameters more clear 2022-12-01 08:13:58 -07:00
game_of_life Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
hello_worklet Add module mechanism 2022-10-26 12:51:05 -06:00
histogram Add module mechanism 2022-10-26 12:51:05 -06:00
ising Add module mechanism 2022-10-26 12:51:05 -06:00
lagrangian Add module mechanism 2022-10-26 12:51:05 -06:00
lagrangian_structures Remove DataSetFieldAdd from examples as well. 2020-05-27 16:26:11 -04:00
logistic_map Add module mechanism 2022-10-26 12:51:05 -06:00
mesh_quality Add module mechanism 2022-10-26 12:51:05 -06:00
multi_backend Add module mechanism 2022-10-26 12:51:05 -06:00
oscillator Remove deprecated features from VTK-m 2022-11-17 07:12:31 -06:00
particle_advection Add module mechanism 2022-10-26 12:51:05 -06:00
polyline_archimedean_helix Add module mechanism 2022-10-26 12:51:05 -06:00
redistribute_points Add module mechanism 2022-10-26 12:51:05 -06:00
smoke_test Add module mechanism 2022-10-26 12:51:05 -06:00
streamline_mpi Add module mechanism 2022-10-26 12:51:05 -06:00
temporal_advection Add module mechanism 2022-10-26 12:51:05 -06:00
tetrahedra Add module mechanism 2022-10-26 12:51:05 -06:00
CMakeLists.txt CTEST: add smoke test 2022-02-12 00:16:30 +00:00